- Cofeescript
- Preact
- Dayjs
- Flyd (meiosis pattern)
- Rails UJS
- Action Cable
- SCSS
- ruby 2.4.1p111 (2017-03-22 revision 58053) [x86_64-darwin17]
- Rails 5.2.3
bundle install
npm install
rails s
- Go to localhost:3000
- Click on "Sign Up"
- Create a user
- Login with that user
- Open a private tab
- Go to localhost:3000
- Click on "Sign Up"
- Create another user
- Login with that user
- Refresh
Browser A
Browser A
: send a kudos to the user logged intoBrowser B
Browser B
: you should have received a KudosBrowser B
: send a kudos to the user onBrowser A
Browser A
: you should have received a Kudos- Counts should increment automatically without creating extra XHR requests
- Lists should update automatically without creating extra XHR requests