Hotwire
Backlinks
- 2021-04-05
- A few people praising the old-is-new Hotwire approach.
- 2021-02-01
- wolfeidau/hotwire-golang-website provides an example of how to build a simple Hotwire site in Go, including websockets for sending events and Go 1.16 file embeds for the templates.
- 2020-12-22
- The thing I like about this approach for database-based applications is that it simplifies state management by keeping the state in one place: the server. Once you build a single page app, you need to worry about how to synchronize state between the server and client. There are many ways to deal with this, and Hotwire provides a very simple one.