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
Which scope/s are relevant/related to the feature request?
create-analog
Information
Hear me out. This would be amazing. Imagine creating the DOM on the server and rendering the HTML for non-interactive components. I doubt Angular will every go in this direction unless Solid and Svelte get on board one day (no idea). It would simplify hydration (you wouldn't need it), and make things beautiful.
I would think you start with just routes (think something like component.server.analog. Basically having a .server in the name makes it a server component. Later you could add client components inside the server component maybe.
This could be easier than it sounds if the complexity is not crazy.
Describe any alternatives/workarounds you're currently using
Which scope/s are relevant/related to the feature request?
create-analog
Information
Hear me out. This would be amazing. Imagine creating the DOM on the server and rendering the HTML for non-interactive components. I doubt Angular will every go in this direction unless Solid and Svelte get on board one day (no idea). It would simplify hydration (you wouldn't need it), and make things beautiful.
I would think you start with just routes (think something like
component.server.analog
. Basically having a.server
in the name makes it a server component. Later you could add client components inside the server component maybe.This could be easier than it sounds if the complexity is not crazy.
Describe any alternatives/workarounds you're currently using
I would be willing to submit a PR to fix this issue
The text was updated successfully, but these errors were encountered: