Abhrajit Guptaabhrajitgupta.hashnode.dev·Dec 18, 2024Rendering Concepts ( CSR, SSR, SSG, ISR )I am welcoming all of you to learn four concepts on website rendering. In this blog, we will be using Next.js framework to know those concepts, each suited to different use cases for immense improvement in website load/delivery speed. Let’s discuss t...22 likes·56 readsNext.js rendering explained
Hamza Mellahiblog.hmellahi.me·Sep 12, 2024Common Misconceptions About React Server ComponentsReact Server Components are a new way of writing React components that speed up server-side & full-stack app development. But let's be real, they've also caused a lot of confusion. Common Misconceptions 1. Client components are rendered only on the b...4 likes·29 readsNext.js guide