Mayank Sharmathedevelopersharma.hashnode.dev·Sep 13, 2024Kickstart Your Fullstack Journey: Building Your First Next.js ProjectIntroduction Next.js is a powerful React framework that enables developers to build server-side rendered and static web applications with ease. Whether you’re a seasoned developer or just starting, Next.js offers a robust set of features that can hel...DiscussNext.js
Định Nguyễn Trươngdinhdev.hashnode.dev·Sep 13, 2024The Evolution of Web Rendering: SSG, SSR, CSR...The web evolving, we aren’t living in a world of simple static website anymore. There are a lot of options for developers nowaday: SSG, SSR, CSR,… Each of the rendering technique has unique set of pros and cons, so choosing the right one for your pro...DiscussServer side rendering
Shweta Roydevroy.hashnode.dev·Aug 19, 2024Understanding SSR and CSR, the popular rendering patterns in the web dev world.It's been a while since I put my feet into the world of NextJS. I absolutely love what NextJS brings to the table but one thing, the main thing in fact which took me the longest time to fully wrap my head around was Server Side Rendering (aka SSR). N...DiscussServer side rendering
Abdullah Developerabdullahdmwt.hashnode.dev·Aug 18, 2024How JAMstack is Revolutionizing Web DevelopmentIn the ever-evolving landscape of web development, JAMstack has emerged as a transformative approach that’s reshaping how we build and deploy websites. But what exactly is JAMstack, and why is it garnering so much attention? Let’s dive into the basic...Discuss·1 like2Articles1Week
Daniel Simonsonmariposablog.hashnode.dev·Aug 13, 2024The Problem Nextjs SolvesReact was great for making fast applications that allowed for interactivity. Static site generators like Gatsby, Jekyll etc. were good at making applications with quick load times and snappy SEO ratings. You could do one or the other but not both. Th...Discuss·47 readsclient side actions
Vivekheyvivek.com·Aug 8, 2024Optimizing Web Performance in NextJs: Beyond Lazy Loading and Code Splitting 🚀In the world of web development, optimizing performance is crucial for delivering a fast and smooth user experience. While lazy loading and code splitting are popular techniques for improving web application performance, there are more advanced strat...Discuss·10 likesNext.js
Dennis Muvaatechlivened.com·Jul 22, 2024Server Side Rendering in Next.js and How it Improves SEOServer-side rendering (SSR) is a technique in web development where the server generates the complete HTML of a webpage and sends it to the client's browser. This is particularly important for improving the search engine optimization (SEO) of a websi...DiscussNext.js
VivekforRecroo AItech.recrooai.com·Jul 5, 2024Why We Used Content Layer with Next.js for Recroo AI's Blog SectionDecision Making One of the significant requirements while developing Recroo AI was to make blogging a seamless experience within the app without using any third-party platforms. Now, during the development of the blog area, the task was to choose the...Discuss·10 likescontentlayer
Sheraz Manzoorsherazmanzoor.hashnode.dev·Jun 28, 2024Key Differences Between Server-Side Rendering (SSR) and Static Site Generation (SSG)In the modern web development world, performance and user experience are everything. While developers pursue optimization of the apps, it is very important to know about variety in rendering techniques In this post, we are going to discuss the Next.j...Discussasync function
Abeer Abdul Ahadabeer.hashnode.dev·Jun 19, 2024CSR, SSR, SSG and ISR in Next.js explained with examples (App Router and Pages Router)My Thought Well, I believe having a clear understanding of how CSR, SSR, SSG and ISR work in Next.js is the most of your Next.js knowledge. I asked ChatGPT and read some other write ups where developers are saying that they choose NextJS because of i...Discuss·6 likesNext.js in Depthrendering process