4 dépôts
Configurations for choosing between different page rendering methods for specific routes.
Distinct from Server-Side Rendering: Distinct from Server-Side Rendering: focuses on the configuration and selection of the rendering strategy per page
Explore 4 awesome GitHub repositories matching web development · Rendering Strategies. Refine with filters or upvote what's useful.
Gatsby is a React static site generator and hybrid rendering framework used to build websites by pre-rendering components into static HTML files for delivery via content delivery networks. It functions as a hybrid rendering platform that supports a combination of static generation, server-side rendering, and deferred page loading. The framework operates as a GraphQL data aggregator, pulling content from various APIs, headless CMS integrations, and files into a single unified schema for frontend queries. It also serves as a frontend performance optimizer, automating code splitting, resource pr
Allows developers to choose between static, server-side, or deferred generation for individual pages.
Offers a choice between event-driven and continuous rendering strategies for terminal animations.
modern.js is a full-stack web framework and frontend component toolchain. It functions as a development platform for building web applications with integrated routing and server-side rendering, while also serving as a static site generator and a Node.js application scaffold. The framework utilizes a Rust-based compiler for high-performance bundling to accelerate the transformation and packaging of assets. It employs a convention-over-configuration approach to reduce manual setup and uses plugin-driven extensibility to modify the build pipeline. The project covers a wide range of capabilities
Offers a flexible system to configure rendering strategies, allowing a choice between server components, SSR, and static generation.
This project is a comprehensive frontend engineering study guide designed to cover the essential technical concepts of modern web development. It serves as a multi-disciplinary reference for mastering the browser execution engine, the JavaScript language, and the structural fundamentals of the web. The collection provides deep dives into JavaScript language internals, including execution contexts, closures, prototypes, and the event loop. It further details web browser internals, focusing on the critical rendering path, DOM construction, and engine mechanics. The guide also covers web securi
Provides a technical analysis of the trade-offs between different web page rendering strategies.