|
|
|
|
|
by johne20
1294 days ago
|
|
We built Roomlio entirely with svelte. Large app and many components. Having used react and angular on production apps in the past, I much prefer svelte. That being said, I am sick of framework fatigue and going forward I would probably choose raw web components and a simple template literal based template library like lit-html (not lit element). Write all the other bits ourselves. |
|
It seems to me that using raw web components you would end up writing your own custom framework, which would be yet another framework but with probably less support