All Projects → hopsoft → Stimulus_reflex

hopsoft / Stimulus_reflex

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

Programming Languages

javascript
184084 projects - #8 most used programming language
ruby
36898 projects - #4 most used programming language

Projects that are alternatives of or similar to Stimulus reflex

stimulus reflex
Build reactive applications with the Rails tooling you already know and love.
Stars: ✭ 2,001 (+3.79%)
Mutual labels:  reactive, server-side-rendering, ruby-on-rails, actioncable, stimulus, stimulusreflex, cableready
stimulus reflex todomvc
An implementation of TodoMVC using Ruby on Rails, StimulusJS, and StimulusReflex
Stars: ✭ 50 (-97.41%)
Mutual labels:  reactive, server-side-rendering, ruby-on-rails, actioncable, stimulus, stimulusjs
stimulus todomvc
[WIP] An implementation of TodoMVC using Ruby on Rails and StimulusJS
Stars: ✭ 14 (-99.27%)
Mutual labels:  reactive, spa, server-side-rendering, ruby-on-rails, stimulus, stimulusjs
Matestack Ui Core
Matestack enables you to create sophisticated, reactive UIs in pure Ruby, without touching JavaScript and HTML. You end up writing 50% less code while increasing productivity, maintainability and developer happiness.
Stars: ✭ 469 (-75.67%)
Mutual labels:  rails, ruby-on-rails, phoenix-framework, server-side-rendering
Sr mini
A single file Rails app that will have you running a StimulusReflex and CableReady demo in just 2 steps.
Stars: ✭ 98 (-94.92%)
Mutual labels:  rails, ruby-on-rails, spa
Motion
Reactive frontend UI components for Rails in pure Ruby
Stars: ✭ 498 (-74.17%)
Mutual labels:  reactive, rails, ruby-on-rails
Reactchat
A chat app built with React.js and ActionCable in Ruby on Rails 5.1
Stars: ✭ 90 (-95.33%)
Mutual labels:  rails, ruby-on-rails
Lol dba
lol_dba is a small package of rake tasks that scan your application models and displays a list of columns that probably should be indexed. Also, it can generate .sql migration scripts.
Stars: ✭ 1,363 (-29.3%)
Mutual labels:  rails, ruby-on-rails
Nuxt Firebase Pwa
Run the Nuxt.js application (SPA * SSR * PWA) on Firebase.
Stars: ✭ 103 (-94.66%)
Mutual labels:  server-side-rendering, single-page-applications
Active record Events
Manage timestamps in ActiveRecord models
Stars: ✭ 109 (-94.35%)
Mutual labels:  rails, ruby-on-rails
Graphjin
GraphJin - Build APIs in 5 minutes with GraphQL. An instant GraphQL to SQL compiler.
Stars: ✭ 1,264 (-34.44%)
Mutual labels:  rails, ruby-on-rails
Pingcrm
PingCRM on Rails - A Ruby on Rails demo application to illustrate how Inertia.js works
Stars: ✭ 106 (-94.5%)
Mutual labels:  rails, ruby-on-rails
Fake api
The fastest way to prototype API in your Rails application
Stars: ✭ 119 (-93.83%)
Mutual labels:  rails, ruby-on-rails
Instuigram
🎓 Learning Ruby on Rails through building the Instagram Application.
Stars: ✭ 88 (-95.44%)
Mutual labels:  rails, ruby-on-rails
Rails React Boilerplate
Ruby on Rails, React, Webpack 4 boilerplate app.
Stars: ✭ 86 (-95.54%)
Mutual labels:  rails, ruby-on-rails
Stimulus reflex expo
StimulusReflex demos
Stars: ✭ 85 (-95.59%)
Mutual labels:  rails, ruby-on-rails
Gdpr Rails
An example project on building a GDPR compliant application
Stars: ✭ 109 (-94.35%)
Mutual labels:  rails, ruby-on-rails
Vueport
Single file components for Rails with Vue JS and Webpack
Stars: ✭ 141 (-92.69%)
Mutual labels:  rails, server-side-rendering
Zen Rails Security Checklist
Checklist of security precautions for Ruby on Rails applications.
Stars: ✭ 1,765 (-8.45%)
Mutual labels:  rails, ruby-on-rails
Vue Soundcloud
🎧 A SoundCloud client built with Vue and Nuxt
Stars: ✭ 141 (-92.69%)
Mutual labels:  spa, single-page-applications

Welcome to StimulusReflex 👋

downloads License: MIT Lines of Code Documentation
semantic-release Ruby Code Style JavaScript Code Style
Code Quality Prettier-Standard StandardRB Tests


🎉 An exciting new way to build modern, reactive, real-time apps with Ruby on Rails.

StimulusReflex eliminates the complexity imposed by full-stack frontend frameworks. And, it's fast.

It works seamlessly with the Rails tooling you already know and love.

Our goal is to help small teams do big things with familiar tools.

This project strives to live up to the vision outlined in The Rails Doctrine.

📚 Docs

Demos

👩‍👩‍👧 Discord Community

Please join over 1500 of us on Discord for support getting started, as well as active discussions around Rails, StimulusJS and CableReady.

Stop by #newcomers and introduce yourselves!

💙 Support

Your best bet is to ask for help on Discord before filing an issue on Github. We are happy to help, and we ask people who need help to come with all relevant code to look at. A git repo is preferred, but Gists are fine, too. If you need an MVCE template, try this.

Please note that we are not actively providing support on Stack Overflow. If you post there, we likely won't see it.

🚀 Installation and upgrading

CLI and manual setup procedures are fully detailed in the official docs. For information on upgrading existing projects to v3.4, read this.

🙏 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. Always publish CableReady first!
  2. Update the cable_ready dependency version in stimulus_reflex.gemspec and package.json
  3. Make sure that you run yarn and bundle to pick up the latest.
  4. Bump version number at lib/stimulus_reflex/version.rb. Pre-release versions use .preN
  5. Run rake build
  6. Run bin/standardize
  7. Commit and push changes to github
  8. Run rake release
  9. Run yarn publish --no-git-tag-version
  10. Yarn will prompt you for the new version. Pre-release versions use -preN
  11. Run GITHUB_CHANGELOG_GENERATOR_TOKEN=SECRET rake changelog
  12. Commit and push changes to github

📝 License

StimulusReflex is released under the MIT License.


Originally inspired by Phoenix LiveView. 🙌

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].