SSR(Server Side Rendering) & CSR(Client Side Rendering)
NEXT.JS Server & Client side rendering
Performance optimisation is one of the most important factor while building react applications.
We can achieve this with structured and organised rendering logic in NEXT.JS.
By splitting the component tree in s...
nextjs-ssr-csr.hashnode.dev2 min read