2 个仓库
Libraries and bridges that enable the use of React components within the Ruby on Rails framework.
Distinct from Ruby on Rails Frameworks: Existing candidates are either too broad (Ruby on Rails Frameworks) or too specific (Turbo integration).
Explore 2 awesome GitHub repositories matching web development · React Rails Integrations. Refine with filters or upvote what's useful.
This library is an integration bridge for embedding React components within Ruby on Rails views and controllers. It provides a hybrid frontend architecture that allows developers to mix traditional server-rendered templates with isolated interactive components. The project differentiates itself through a comprehensive server-side rendering wrapper that generates HTML on the server to improve load speeds and search engine visibility. It includes a client-side hydration manager that automatically mounts and unmounts components by scanning the document for markers and synchronizing with navigati
Acts as the primary integration bridge for embedding React components within Ruby on Rails views and controllers.
React on Rails 是一个将 React 组件嵌入 Ruby on Rails 视图的集成框架。它作为一个服务端渲染引擎和一个全栈组件编排器,允许后端数据直接传递到前端组件中,而无需进行单独的 API 调用。 该项目同步客户端-服务端路由,以在整个应用程序中保持一致的导航状态。它包括一个 Webpack 资产流水线来管理 JavaScript 包,并实现代码分割以进行优化交付。 该框架涵盖了混合视图渲染和前端资产优化,包括将服务端请求上下文注入 JavaScript 渲染过程的能力。它还提供了在安装或升级过程中诊断集成问题的工具。
Provides a bridge for embedding React components directly into Ruby on Rails views with backend data passing.