3 रिपॉजिटरी
Frameworks that build server-rendered, client-rendered, or statically generated web applications from a single project setup with page-level rendering control.
Distinct from Web Application Development: Distinct from Web Application Development: specifically enables universal rendering (SSR, CSR, SSG) from one project, not general web app building.
Explore 3 awesome GitHub repositories matching web development · Universal Rendering Frameworks. Refine with filters or upvote what's useful.
Old repo of Nuxt 3 framework, now on nuxt/nuxt
Builds server-rendered, client-rendered, or statically generated web applications from a single project setup.
Rax is a React universal application framework and isomorphic JavaScript environment designed to render a single codebase across web, mobile, and mini-program platforms. It functions as a cross-platform component renderer that translates React components into platform-specific elements using a standardized driver specification. The framework utilizes a universal UI driver specification to decouple component logic from the underlying UI layer, allowing for standardized DOM manipulation and event handling across different execution environments. This architecture enables the integration of nati
Provides a universal rendering engine that executes a single codebase across web, mobile, and mini-program platforms.
Sapper is a universal web application framework and server-side rendering framework for Svelte. It enables the development of applications that render views on the server for fast initial loads and hydrate them on the client for subsequent interactivity. The project features a file-based routing engine that maps URL paths to components based on the file system structure. It also functions as a static site generator, exporting production-ready HTML, CSS, and JavaScript files for hosting in environments without a live server. The framework covers full-stack development capabilities, including
Enables the creation of web applications that utilize server-side rendering, client-side hydration, and static generation.