About

Portfolio Visualizer was created by Jawad Shuaib using Svelte. I built this app to study the comparative benefits of Svelte over other frameworks.

React is the most popular framework for building reactive apps. But it renders components slowly. It is also quite opinionated, which I personally like, but many don't. Vue is a great alternative to React as it feels more like JavaScript. Vue boasts a much smaller community, but its ease of use means it is readily accessible.

Svelte is the latest framework to challenge React. It has an even smaller community. But, of the three, it is the most intuitive for JavaScript developers. It is also super fast because, unlike other frameworks, the builds are pre-compiled.