Skip to content

dimitrisnijder/stimulus_reflex

 
 

Repository files navigation

Lines of Code Maintainability Prettier-Standard StandardRB Tests Discourse Discord

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

Demos

Contributing

Code of Conduct

Everyone interacting with the StimulusReflex project’s codebases, issue trackers, chat rooms and forum is expected to follow the Code of Conduct.

Coding Standards

This project uses Standard for Ruby code and Prettier-Standard for JavaScript code to minimize bike shedding related to source formatting.

Please run ./bin/standardize prior to 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.

About

Build reactive applications with the Rails tooling you already know and love.

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages

  • JavaScript 58.9%
  • Ruby 40.3%
  • Shell 0.8%