You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The codebase feels like its a bunch of cobbled together experiments. HTMX Routes, Dynamic imports, esbuild, client imports. I've been thinking hard about what this looks like put together better. The main change is providing isolation of all the routes in a file to be isolated to only those pages, a more declarative pattern, currently a css import in the on one file will apply to all routes, no isolation.
The other main consideration is plugin and modularity, Htmx components should be a plugin into this sort of server architecture that allows you to build a modular server.
More ideas to come.
The text was updated successfully, but these errors were encountered:
The codebase feels like its a bunch of cobbled together experiments. HTMX Routes, Dynamic imports, esbuild, client imports. I've been thinking hard about what this looks like put together better. The main change is providing isolation of all the routes in a file to be isolated to only those pages, a more declarative pattern, currently a css import in the on one file will apply to all routes, no isolation.
The other main consideration is plugin and modularity, Htmx components should be a plugin into this sort of server architecture that allows you to build a modular server.
More ideas to come.
The text was updated successfully, but these errors were encountered: