SSR(Server Side Rendering) & CSR(Client Side Rendering)
May 22, 2024 ยท 2 min read ยท 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...
Join discussion
