|
|
|
|
|
by kugelblitz
949 days ago
|
|
Are you writing that complex projects need SPA, everything else is better served with Wordpress? I've used SPA frameworks, but try to avoid it if I can, because most of the logic is in the backend. I don't want to create and sync API interfaces, have 1-2 additional contexts (JS + frontend framework) and debug an extra layer. With htmx I can now have interactivity via the backend. I use Alpine.js for some interactivity. |
|