|
|
|
|
|
by harrall
524 days ago
|
|
Things aren’t that rigid. React is just a template library (it doesn’t have any franework stuff at all). You don't have to make an SPA with it. In 2015 we were doing $('[data-widget="colorpicker"]').each(() => ReactDOM.render(<ColorPicker />)); Basically what HTMX is trying to do but with jQuery + React. No SPA. Just static pages with dynamic elements. |
|