DEV Community

Discussion on: Javascript Framework Comparison: Vue, React and Angular

Collapse
 
torstendittmann profile image
Torsten Dittmann

I worked with Angular, Vue and Ember. Haven't tried React yet, but going to be in the future.

But for everyone who is willing to try out a new awesome framework, give Svelte a chance.

Collapse
 
mateiadrielrafael profile image
Matei Adriel

I played for svelte for a while, and except for the awful ts support it was rly nice:) I still cant enjoy it without ts working as i want it to

Collapse
 
torstendittmann profile image
Torsten Dittmann

That is true with Typescript. Luckily we have many choices ;)

Collapse
 
scott_yeatts profile image
Scott Yeatts

Stencil is TS native and I felt just had an all-around better feature-set than Svelte. Give that a try if you like Svelte, but felt like it had poor TS support.

I've enjoyed it a lot, and it feels like a framework-less framework, if that makes sense haha.

Thread Thread
 
mateiadrielrafael profile image
Matei Adriel

Wait, stencil does the same atuff as svelte? I'm definitly going to try it out