DEV Community

Discussion on: Why I'm not a fan of Single File Components

Collapse
 
garkey profile image
garkey

I arrived at your article seeking a way to 'wrap' a Svelte component in a function to abstract out similar components using svelte:component. To me, it's more reassuring to use native function and manipulate lambda abstractions until it absolutely must be rendered to a view. Once the data gets composed with declarative svelte-specific logic and syntax, that data + view is locked into svelte. Thanks for introducing me to SolidJS.