jacobobryant / biff

A Clojure web framework for solo developers.
https://biffweb.com
MIT License
829 stars 40 forks source link

Come up with a recommended approach for gradual client-side interactivity #205

Open jacobobryant opened 2 months ago

jacobobryant commented 2 months ago

Experiment with and decide on a recommended approach for gradually adding more complex client-side logic without having to ditch htmx completely (as described in the reframe howto). e.g. can we use shadow-cljs + react to create standalone components and then inject those at various places inside a page rendered by htmx instead of having react render the entire page? Svelte and/or Preact also look worth exploring.