https://github.com/driftingruby/369-hotwire-introduction
Hotwire is an alternative approach to building modern web applications without using much JavaScript by sending HTML instead of JSON over the wire. With Rails 7, we get Hotwire added in by default. In this episode, we look at some of the features with Hotwire and how to use them.
https://github.com/driftingruby/369-hotwire-introduction
Last synced: 5 months ago
JSON representation
Hotwire is an alternative approach to building modern web applications without using much JavaScript by sending HTML instead of JSON over the wire. With Rails 7, we get Hotwire added in by default. In this episode, we look at some of the features with Hotwire and how to use them.
- Host: GitHub
- URL: https://github.com/driftingruby/369-hotwire-introduction
- Owner: driftingruby
- Created: 2022-10-03T03:10:50.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-10-03T03:11:08.000Z (over 3 years ago)
- Last Synced: 2025-10-09T13:13:33.618Z (5 months ago)
- Language: Ruby
- Size: 43 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# README
This README would normally document whatever steps are necessary to get the
application up and running.
Things you may want to cover:
* Ruby version
* System dependencies
* Configuration
* Database creation
* Database initialization
* How to run the test suite
* Services (job queues, cache servers, search engines, etc.)
* Deployment instructions
* ...