|
|
|
|
|
by rzazueta
863 days ago
|
|
Currently using SvelteKit for a project, and I dig it. I've used Vue in the past and tried to get on the React train, but both felt a bridge too far from good ol' HTML, JS and CSS. Granted, I'm mostly using the packaging and reactivity in SvelteKit - most of my server side code is written in Node using Express to better separate concerns, with some existing in SvelteKit mainly for BFF purposes. I feel like if, down the road, I decided to ditch a framework altogether, writing it in Svelte may help seeing as there are very,. very few framework specific elements in it. I may also be deluding myself. |
|