Tuan Tran Vanblog.tuanhadev.tech·Jan 8, 2025🔥 Mastering NextJsNext.js is a React-based framework that allows you to build server-side rendered applications with ease. With Next.js, you can create dynamic and fast-loading web pages that are optimized for search engines and social media platforms. Some of the key...Next.js
Arka Infotecharkainfotech.hashnode.dev·Jan 1, 2025Understanding Static Site Generation (SSG) in Next.jsIntroduction In modern web development, performance and scalability are paramount. As developers aim to deliver fast-loading and SEO-friendly websites, Static Site Generation (SSG) in Next.js has emerged as a revolutionary approach. SSG enables devel...ssg
Strngestrngeblogs.hashnode.dev·Dec 22, 2024Static vs. Server-Side Rendering in Next.jsNext.js is a versatile framework that supports multiple rendering methods, including Static Site Generation (SSG) and Server-Side Rendering (SSR). Understanding the difference between these rendering methods is crucial for building efficient and scal...Next.js
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·428 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