Phlex Reactive
Reactive Phlex components for Rails — Livewire-style actions and live cross-tab updates, without Stimulus boilerplate
- Gem
- phlex-reactive
- Repository
- mhenrixon/phlex-reactive
- License
- MIT
- Stars
- 62
- Added
- August 16, 2026
About
Reactive Phlex components for Rails — Livewire-style actions and live cross-tab updates, without Stimulus boilerplate.
ruby # Gemfile gem "phlex-reactive" bash bundle install bash bin/rails generate phlex:reactive:install bash bin/rails phlex_reactive:doctor js // app/javascript/controllers/index.js import { application } from "controllers/application" import ReactiveController from "phlex/reactive/reactive_controller" application.register("reactive", ReactiveController) bash # state-backed (record-less) bin/rails generate phlex:reactive:component Counter increment decrement
Installing it
# Gemfile
gem "phlex-reactive"
Details
62 stars on GitHub · MIT licensed · maintained by mhenrixon. Source: https://github.com/mhenrixon/phlex-reactive
Discussion (0)
Sign in to join the discussion.
No comments yet.