2 Repos
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 ist ein Integrationsframework, das React-Komponenten in Ruby-on-Rails-Views einbettet. Es fungiert als serverseitige Rendering-Engine und Full-Stack-Komponenten-Orchestrator, der es ermöglicht, Backend-Daten direkt an Frontend-Komponenten zu übergeben, ohne separate API-Aufrufe zu benötigen. Das Projekt synchronisiert das Client-Server-Routing, um konsistente Navigationszustände über die gesamte Anwendung hinweg beizubehalten. Es enthält eine Webpack-Asset-Pipeline zur Verwaltung von JavaScript-Bundles und zur Implementierung von Code-Splitting für eine optimierte Auslieferung. Das Framework deckt hybrides View-Rendering und Frontend-Asset-Optimierung ab, einschließlich der Möglichkeit, serverseitigen Request-Kontext in den JavaScript-Rendering-Prozess zu injizieren. Es bietet zudem Tools zur Diagnose von Integrationsproblemen während der Installation oder bei Upgrades.
Provides a bridge for embedding React components directly into Ruby on Rails views with backend data passing.