As i read that article indeed, the comparison Chart of Svelte React and Vue, appeared to me as such :
React is last
React Vue and Svelte Differ in their technical philosophy: React is based on DOM (jsut classical like Angular), Vue thought of improvingDOM approach with the Virtual DOM concept, While SvelteJS states that Virtual DOM is pure overhead (and oh my i might agree)
SvelteJS is by far the best about total disk size: React is last about total disk size
And that's where popped up the idea of this article : Ok, React is last about disk size, but hey, there is Preact the 3kB react micronic framework.
All in all, i was not satisfied about the disk size argument, and just stating technical concepts differences does not help me at all finding out how miserable or awesome my devops life will be if i choose either of them. So I want a much more opinionated comparison. My philosophy : the path to awesome starts by getting rid of the worse as quickly as possible.
This series will involve videos live on twitch
The purpose of that article is to compare SvelteJS, VueJS, React, and Preact by answering those questions :
What are the pros and cons of each framework ? (By implementing the same real world app with each framework, i'll just report every misery moments and every awesome moments on the implementation path with each framework)
If i use SvelteJS, how easy will it be for me to build the same app, as an Electron Desktop app, a web app, and a mobile app ? _I will try and end up with pipelines for all of projects, to build the exact same app as 3 things : A Webapp, an Electron Desktop APP, and a mobile App, (a REST API behind will be implemented just once using NodeJS / TypeScript / Loopback4, https://api.pok-us.io )
I will bring a conclusion on two main questions :
We will develop a real world app (that is actually useful for some purpose, and to people) :
we will implement it using preact
we will implement it using a ViteJS Vue Vant Electron template : an app with
we wil finally implement it using SvelteJS
Now, if we want to compare Svelte and Preact
The real world app will be the pokus CMS (or something around it, let's just call it the pokus)
I had the idea to write this article, as I read this article about Svelte : https://snipcart.com/blog/svelte-js-framework-tutorial
As i read that article indeed, the comparison Chart of Svelte React and Vue, appeared to me as such :
This series will involve videos live on twitch
The purpose of that article is to compare SvelteJS, VueJS, React, and Preact by answering those questions :
I will bring a conclusion on two main questions :
The real world app will be the pokus CMS (or something around it, let's just call it the pokus)