Streaming in Next Js
While making server side requests using SSR, we all might have faced a issue like as long as the data is not available or the hydration process is not finished, the UI remains non-interactive. This becomes a bad user experience.
When I started to e...
pranavbakale.hashnode.dev3 min read