code-with-charan.hashnode.devHandling Dependent Loaders in React Router | Accessing Parent Loader's Promise in a Child LoaderPretext: The following article provides a better solution with a clean code, to sequentialize data fetching and accessing flow in the react router loaders. The Problem: By default, all loaders in react router are executed parallelly. This is great fo...Nov 1, 2024·4 min read
code-with-charan.hashnode.devHow to Build a Chat App / WhatsApp Clone (Technologies, Methods and Architecture)Context: In this blog I will be sharing standard procedures, my learnings and experiences while I was building a Chat App. Instead of traditional method of implementing websocket connection, I will be using realtime-update service provided by firesto...Apr 26, 2024·4 min read