All Projects → hopsoft → stimulus_reflex_todomvc

hopsoft / stimulus_reflex_todomvc

Licence: MIT license
An implementation of TodoMVC using Ruby on Rails, StimulusJS, and StimulusReflex

Programming Languages

ruby
36898 projects - #4 most used programming language
HTML
75241 projects
javascript
184084 projects - #8 most used programming language
CSS
56736 projects
shell
77523 projects

Projects that are alternatives of or similar to stimulus reflex todomvc

stimulus todomvc
[WIP] An implementation of TodoMVC using Ruby on Rails and StimulusJS
Stars: ✭ 14 (-72%)
Mutual labels:  reactive, server-side-rendering, todomvc, ruby-on-rails, stimulus, todomvc-demo, stimulusjs
Stimulus reflex
Build reactive applications with the Rails tooling you already know and love.
Stars: ✭ 1,928 (+3756%)
Mutual labels:  reactive, server-side-rendering, ruby-on-rails, actioncable, stimulus, stimulusjs
stimulus reflex
Build reactive applications with the Rails tooling you already know and love.
Stars: ✭ 2,001 (+3902%)
Mutual labels:  reactive, server-side-rendering, ruby-on-rails, actioncable, stimulus
Cable ready
CableReady completes the ActionCable story and expands the utility of web sockets in your Rails app
Stars: ✭ 489 (+878%)
Mutual labels:  server-side-rendering, ruby-on-rails
preact-rpc
React Pre-Rendering via RPC
Stars: ✭ 28 (-44%)
Mutual labels:  server-side-rendering, ruby-on-rails
gomodest-starter
A complex SAAS starter kit using Go, the html/template package, and sprinkles of javascript.
Stars: ✭ 68 (+36%)
Mutual labels:  server-side-rendering, stimulusjs
chatter
Build a twitter clone in 10 mins with Rails, CableReady, and StimulusReflex
Stars: ✭ 50 (+0%)
Mutual labels:  reactive, ruby-on-rails
alef-component
Alef Component for Modern Web Apps.
Stars: ✭ 46 (-8%)
Mutual labels:  reactive, server-side-rendering
Vidom
Library to build UI based on virtual DOM
Stars: ✭ 408 (+716%)
Mutual labels:  reactive, server-side-rendering
Motion
Reactive frontend UI components for Rails in pure Ruby
Stars: ✭ 498 (+896%)
Mutual labels:  reactive, ruby-on-rails
stimulus-remote-rails
A Stimulus controller to handle Rails UJS events.
Stars: ✭ 18 (-64%)
Mutual labels:  stimulus, stimulusjs
shotgun
Ready to go Rails App with TailwindCSS, ViewComponent, Devise, and more!
Stars: ✭ 25 (-50%)
Mutual labels:  stimulus, stimulusjs
stimulus-transition
Enter/Leave transition for stimulusJS, inspired by Vue/Alpine syntax
Stars: ✭ 34 (-32%)
Mutual labels:  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 (+838%)
Mutual labels:  server-side-rendering, ruby-on-rails
vue3-demo
💡 vue3新特性示例: 响应式API、组合式API、TodoMVC
Stars: ✭ 114 (+128%)
Mutual labels:  reactive, todomvc
rails 6 github template
Easy way to get a new Rails 6 project up and running.
Stars: ✭ 12 (-76%)
Mutual labels:  ruby-on-rails, stimulusjs
stimulus-carousel
A Stimulus controller to deal with carousel.
Stars: ✭ 22 (-56%)
Mutual labels:  stimulus, stimulusjs
i18n lazy scope
Use lazy lookup with custom i18n scopes.
Stars: ✭ 11 (-78%)
Mutual labels:  ruby-on-rails
prefixed ids
Friendly Prefixed IDs for your Ruby on Rails models
Stars: ✭ 159 (+218%)
Mutual labels:  ruby-on-rails
MyopicVicar
MyopicVicar (short-sighted clergyman!) is an open-source genealogy record database and search engine. It powers the FreeREG database of parish registers, the FreeCEN database of census records, the next version of FreeBMD database of Civil Registration indexes and other Genealogical applications.
Stars: ✭ 40 (-20%)
Mutual labels:  ruby-on-rails

Lines of Code - app directory Maintainability Ruby Style Guide

StimulusReflex TodoMVC

An implementation of TodoMVC using Ruby on Rails, StimulusJS, and StimulusReflex.

Expands on the original goals of TodoMVC by providing a full application... including a server and database.

Demo

https://stimulus-reflex-todomvc.herokuapp.com

You may notice some latency related to hosting on free tier services.

Local Setup

  1. Install dependencies

  2. Clone the repo

    git clone https://github.com/hopsoft/stimulus_reflex_todomvc.git
  3. Switch into the project folder

    cd stimulus_reflex_todomvc
  4. Run the setup command

    bin/setup
  5. Start the rails server

    bin/rails server
  6. See the app in action

    To see the application in action, open a browser window and navigate to http://localhost:3000. That's it!

Code

Important Files

View a diff with all changes.

Contributing

This project uses Standard and Prettier to minimize bike shedding related to code formatting. Please run ./bin/standardize prior submitting pull requests.

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