Explore

posts on Naya and its networks

Collections

+ more

Filtered by:

web development
kevin

How to Solve Common React JS Issues

Here are some common issues you may encounter when working with React and how to solve them:1. "Cannot read property 'xxx' of undefined" error: This error occurs when you ...
Constantine Harper

Designing Chat App like WhatsApp

Designing Whatsapp-like app architectureThe only requirement for Whatsapp: both sender and receiver must have installed the app. The service behind the app is based on a client-server structure. For …
Comments (1)