HTMX for the CRUD, React islands for the dashboard: one Django app, two rendering strategies
Not every page earns a client-side framework. In my expense tracker, HTMX drives the CRUD-heavy pages and React islands power only the analytics dashboard and chat widget. Here's the rule I use to decide which gets which.