This open source book is to help Django developers to learn Hotwire
Hotwire is an alternative approach to building modern web applications without using much JavaScript by sending HTML instead of JSON over the wire.
Below are some popular websites built by Hotwire:
- Github (https://github.com/), Github is built using Turbo and Catalyst (A tech inspired by Stimulus)
- Hey (https://hey.com/)
- Basecamp (https://basecamp.com/)
- Forem (https://github.com/forem/forem): Forem is an open-source platform for building online communities, dev.to is built using Forem.
Here is the Hotwire official doc
If you want to learn more advanced stuff, please check my book The Definitive Guide to Hotwire and Django