Highly recommend https://htmx.org/. Makes it easy to create "good enough" UIs with minimal effort, and while spending most of your time writing backend code. Pair it with whatever the recommended C# web framework is. I'm using it for my own solo dev projects/startup and enjoying it a lot.
Not really--the whole point of htmx is basically that it helps you get by without using a JS framework. It works great if you use it with a traditional server-side framework like rails, django etc.
Comments
Highly recommend https://htmx.org/. Makes it easy to create "good enough" UIs with minimal effort, and while spending most of your time writing backend code. Pair it with whatever the recommended C# web framework is. I'm using it for my own solo dev projects/startup and enjoying it a lot.
Thank you. Are there JS frameworks that help make HTMX shine?
Not really--the whole point of htmx is basically that it helps you get by without using a JS framework. It works great if you use it with a traditional server-side framework like rails, django etc.