akaashvaa.hashnode.devPartial HydrationIn the Hydration blog we have read that Hydration is expensive because It hydrate the entire DOM, even static parts. demo <App> ├── Header [static] ├── Article [static] ├── Comments [interactive]4d ago·3 min read
akaashvaa.hashnode.devHydrationmeaning - process of combining two things Hydration The process of adding interactivity to already existing HTML. orThe process of attaching event listeners and internal states to an already existing5d ago·3 min read
akaashvaa.hashnode.devAre you exposing your localStorage data ?prerequisite : Reactjs and zustand here we will see how we can decrypt our localStorage data in the zustand. Zustand : It's state management library like redux or RTK. first let see how our normal global state look like. consider it as a simple todo...Feb 28, 2024·3 min read
akaashvaa.hashnode.devhost/deploy your backend/server code to VercelYes, you heard correctly. You can now deploy your backend code to Vercel. lets see how : 1. First you need to create a vercel.json in the root directory of your project. in my case the lower code dose not work . use the JSON code so you can deploy yo...Feb 23, 2024·1 min read
akaashvaa.hashnode.devWhat Is Webrtc ?When one IP address wants to establish a real time connection to exchange audio, video and data with an another IP address over the internet. This is where WEBRTC comes into the picture. examplesG meet(audio/video communication), zoom(video conferenc...Jan 13, 2024·3 min read