|
|
|
|
|
by kbuchanan
1222 days ago
|
|
We embraced Hotwire with a Clojure backend. Favorite things: - One language model (i.e. no JS, just our favorite backend language) - Extremely minimal front-end tooling - All data is manipulated with the same tools - No client-side routing, validation, or... really much at all P.S. We even wrote our own import-maps solution to avoid needing a JS bundler for the small stuff you can't do without JS. |
|