While thinking about the essence of component authoring ✍️,
I feel like it is more natural to first define the state of a component and then write the template.
The declaration should precede usage.
Jsx, Svelte, Vue vine, Lit, Ember etc propose similar kind of flavors.
#Angular
11 months ago