2 रिपॉजिटरी
The process of creating applications from a single codebase that targets multiple diverse platforms through a common abstraction layer.
Distinguishing note: None of the candidates capture the overarching domain of writing one codebase for web, mobile, and mini-programs using a driver spec.
Explore 2 awesome GitHub repositories matching web development · Universal Application Development. Refine with filters or upvote what's useful.
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
Enables building a single codebase that renders across web, mobile, and mini-program platforms using a standardized driver specification.
Megaboilerplate is a JavaScript application scaffolder and project generation tool. It provides a set of starter templates and a command-line interface to bootstrap the directory structures and configuration files for various project architectures. The tool generates customized boilerplates for full-stack web applications, universal applications using server-side rendering, and cross-platform JavaScript libraries. It includes predefined templates for integrating third-party identity providers via OAuth and cloud-ready starters optimized for Git-based deployment workflows. The project covers
Generates boilerplates for universal applications that share code between the server and the browser.