Salvador Villalon JrforfreeCodeCampfreecodecamp.org·Oct 7, 2024What are Pre-Rendering and Hydration in Web Development? A Deep Dive for DevsHave you ever wondered how Frameworks like Next.js, Gatsby.js, and Remix work? These frameworks use the concepts of Pre-rendering and Hydration, which represent significant advancements in the history of web development. These frameworks leverage the...JavaScript
Colby M. Whiteedgebound.dev·Oct 1, 2022The pre-rendering blipA common scenario I've found when thinking about pre-rendering is the scenario where there's a small piece of the content that just can't effectively be pre-rendered. Imagine a page where 95% of the content is static and can be resolved at build time...JAMstack
Tobbe Lundbergtlundberg.com·Jul 31, 2022Using RedwoodJS as a Static Site GeneratorMy PR for Cell Prerendering recently got merged into the RedwoodJS codebase. It makes it possible to 1. pre-render pages that need URL path parameters, and 2. pre-render pages that uses cells. This combo is super powerful! Let's say you have an e-com...370 readsRedwoodJS
Chukwuka Reubenreuben09.hashnode.dev·Jul 24, 2022Understanding Prerendering in Next.jsReact is great for building Single Page Applications that run fast and perform well. But, using React is very problematic from an SEO standpoint. Folks, that's where prerendering comes in: What is Prerendering Prerendering is a process to render ele...3 likes·130 readspre rendering
Saurav Patioyesaurav.hashnode.dev·Jun 4, 2022Rendering Web AppsBuilding a web app is not just about implementing state-of-the-art styling for user interface (UI) and tech stack for providing the desired functionalities. Speed, Search engine optimization (SEO) and security should also be a concern from the beginn...6 likes·95 readsWeb Development