|
|
|
|
|
by joakims
2415 days ago
|
|
I'm very impressed with Svelte so far, I think it has set a new standard for front-end frameworks. Pros: - Great DX (happy developers) - Easy to learn
- Code is easy to reason about
- Little boilerplate
- Small code base (less bugs)- Very fast (not best in class, but close enough) - The benefits of being a compiler (eg. data viz, more to come) Cons: - Lacks official support for TS (coming) - Lacks the rich ecosystem of React/Vue/Angular (comes with adoption) |
|