Reme Le Haneremelehane.dev·Nov 12, 2024Understanding Incremental Static Generation in Next.js: A Practical GuideIntroduction Static generation has revolutionized the way developers build web applications, making sites faster, more efficient, and highly scalable. But what happens when your site’s content frequently changes? Enter Incremental Static Generation (...Next.js
Emzar Panikashviliepanikas.hashnode.dev·Oct 21, 2024Nodoku: a lo-code static site generator, promoting a content-first approach based on Markdown filesCover image and illustration: Image by freepik Image by freepik Image by freepik Image by freepik Image by freepik Image by freepik Image by freepik Have you ever experienced the fear of a blank page? Whether it's a document, a Word file, or an impor...Next.js
Yusuf Uysalyusufuysal.hashnode.dev·Oct 15, 2024React Interview Questions (Part 9): Server-Side Rendering (SSR) and Static Site Generation (SSG)1. What is server-side rendering (SSR), and how does it differ from client-side rendering (CSR)? Server-side rendering (SSR) generates HTML on the server for each request, improving initial load times and SEO. In contrast, client-side rendering (CSR)...React Interview QuestionsReact
Victor Uzoagbavictoru.hashnode.dev·Oct 7, 2024Building a Custom Static Site Generator for Technical DocumentationIntroduction What is a Static Site Generator (SSG)? A Static Site Generator (SSG) is a tool that converts plain text files (like Markdown) into a complete static website. The output is a set of static HTML pages, which are fast to load and easy to ho...tutorials
Abdulwasiu AbdulmuizeforPryma Studioprymastudio.hashnode.dev·Oct 2, 2024Building a Markdown Blog in Next.js with Decap CMS: A Comprehensive GuideIntroduction In today’s fast-paced web development environment, having a reliable content management system (CMS) is essential for managing your content efficiently. Decap CMS, formerly known as Netlify CMS, is a powerful open-source headless CMS tha...1 like·176 readsNext.js
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...Next.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...Server 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...125 readsServer 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...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...47 readsclient side actions