Lines of Code Maintainability Prettier-Standard StandardRB Tests

StimulusReflex

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. 🙌

Docs

Contributing

Code of Conduct

Everyone interacting with StimulusReflex is expected to follow the Code of Conduct

Coding Standards

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.

Releasing

  1. Bump version number at lib/stimulus_reflex/version.rb
  2. Run rake build
  3. Run rake release
  4. Change directories cd ./javascript
  5. Run yarn publish - NOTE: this will throw a fatal error because the tag already exists but the package will still publish

License

StimulusReflex is released under the MIT License.