reflex - an action that is performed as a response to a stimulus
Build reactive applications with the Rails tooling you already know and love. StimulusReflex is designed to work perfectly with server rendered HTML, Russian doll caching, Stimulus, Turbolinks, etc... and strives to live up to the vision outlined in The Rails Doctrine.
Inspired by Phoenix LiveView. 🙌
Everyone interacting with StimulusReflex is expected to follow the Code of Conduct
This project uses Standard and Prettier-Standard to minimize bike shedding related to code formatting.
Please run ./bin/standardize
prior submitting pull requests.
View the wiki to see recommendations for configuring your editor to work best with the project.
- Bump version number at
lib/stimulus_reflex/version.rb
- Run
rake build
- Run
rake release
- Change directories
cd ./javascript
- Run
yarn publish
- NOTE: this will throw a fatal error because the tag already exists but the package will still publish
StimulusReflex is released under the MIT License.