2 repositorios
Mechanisms for sharing server-defined routing manifests with client-side scripts to maintain URL consistency.
Distinct from Server-Driven Routing: Focuses on synchronizing definitions for URL generation rather than completely removing the client-side router
Explore 2 awesome GitHub repositories matching web development · Server Route Synchronization. Refine with filters or upvote what's useful.
React on Rails es un framework de integración que incrusta componentes de React en vistas de Ruby on Rails. Funciona como un motor de renderizado del lado del servidor y un orquestador de componentes full-stack, permitiendo que los datos del backend se pasen directamente a los componentes del frontend sin necesidad de llamadas API separadas. El proyecto sincroniza el enrutamiento cliente-servidor para mantener estados de navegación consistentes en toda la aplicación. Incluye una tubería de activos Webpack para gestionar bundles de JavaScript e implementar la división de código para una entrega optimizada. El framework cubre el renderizado de vistas híbridas y la optimización de activos de frontend, incluyendo la capacidad de inyectar contexto de solicitud del lado del servidor en el proceso de renderizado de JavaScript. También proporciona herramientas para diagnosticar problemas de integración durante la instalación o actualizaciones.
Synchronizes server-defined routing manifests with client-side scripts to maintain consistent navigation states.
Ziggy is a frontend routing bridge that exports server route definitions to JavaScript or JSON for use in browser-based applications. It acts as a named route resolver, synchronizing server-defined routes with the client to generate full URLs from named routes without hardcoding paths. The project includes a TypeScript route generator that creates type definitions for backend routes, providing static type checking and autocompletion. It also provides dedicated integration hooks and plugins for React and Vue to make routing capabilities available within component-based frameworks. Beyond URL
Synchronizes server-defined route definitions with client-side scripts to ensure consistent URL generation.