turbo_power
Custom Actions power-pack for Turbo Streams (by marcoroth)
stimulus_reflex
Build reactive applications with the Rails tooling you already know and love. (by hopsoft)
turbo_power | stimulus_reflex | |
---|---|---|
2 | 46 | |
467 | 2,303 | |
3.6% | 0.1% | |
8.5 | 7.7 | |
1 day ago | about 1 month ago | |
TypeScript | Ruby | |
MIT License | MIT License |
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
turbo_power
Posts with mentions or reviews of turbo_power.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2022-10-09.
-
Broadcasting custom Turbo actions like set_title, morph, and more
Marco also wrote a huge library of Stream Actions you might want to use called Turbo Power.
-
Turbo 7.2: A guide to Custom Turbo Stream Actions
You can learn more about the Turbo Power project on GitHub: marcoroth/turbo_power.
stimulus_reflex
Posts with mentions or reviews of stimulus_reflex.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2024-11-12.
-
A Guide to Server-Side Rendering
Ruby on Rails: Supports SSR through tools like Stimulus Reflex or Hotwire.
-
Coming to grips with JS: a Rubyist's deep dive
Then there are stack-specific libraries: StimulusReflex for Rails, Phoenix LiveView, Laravel Livewire, Unicorn and Tetra for Django, Blazor for .NET, … and the list goes on.
- Почему я программирую на Ruby
-
RailsWorld 2023: Hotwire Edition
Morphing and the concept to do refreshes after broadcast are hardly new. Stimulus Reflex has employed morphing to update the page for years, and CableReady::Updatable, which allows listening to model requests for refreshes, has also been around for a while. But I am excited to see these concepts being adopted in Turbo and becoming more mainstream.
-
Unicorn – A full-stack web framework for Django
Stimulus Reflex (Ruby), which predates Hotwire, also deserves a mention, though most of its momentum seemed to stall when Hotwire was announced.
https://docs.stimulusreflex.com/
-
Is there Ruby LiveView Framework?
Hi there, not crazy experienced on the topic but after some research i made for personal reasons i found https://mayu.live/ whick looks interesting (and as mentioned already https://docs.stimulusreflex.com/, seems to be close to Liveview)
-
Rails 7 - Turbo Frame and Turbo Stream
StimulusReflex Docs pretty easy to use and release 3.5.0 is coming soon.
-
Announcing elm-express
However, the timing may be a little off. In some ways, it feels like the "Express" way of developing for the backend is dying. We are seeing tools that blur the line between backend and frontend, trying to unify how we develop web applications. Tools like Phoenix LiveView, StimulusReflex, Laravel Livewire, Remix, Next.js, and many others are being developed.
-
Learning Ruby, Rails & Hotwire?
You can also learn Rails and StimulusReflex
-
A powerful search feature with what Rails provides out of the box
Reading the article and the source code, I learned a ton of stuff, as always. In his implementation, Louis is using StimulusReflex (built on top of Stimulus) to achieve this. I was curious about several points:
What are some alternatives?
When comparing turbo_power and stimulus_reflex you can also consider the following projects:
cable-streams - Extend Turbo Streams with Custom Turbo Stream Actions and CableReady operations
hotwire-rails - Use Hotwire in your Ruby on Rails app
turbo_power-rails - Power-pack for Turbo Streams
webtransport - WebTransport is a web API for flexible data transport
morphdom - Fast and lightweight DOM diffing/patching (no virtual DOM needed)
turbo - The speed of a single-page web application without having to write any JavaScript