Skip to content
This repository has been archived by the owner on Jan 9, 2024. It is now read-only.

Latest commit

 

History

History
18 lines (11 loc) · 979 Bytes

README.md

File metadata and controls

18 lines (11 loc) · 979 Bytes

This project has been moved to https://github.com/rails-inspire-django/hotwire-django-tutorial

README

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:

  1. Github (https://github.com/), Github is built using Turbo and Catalyst (A tech inspired by Stimulus)
  2. Hey (https://hey.com/)
  3. Basecamp (https://basecamp.com/)
  4. 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