Why I picked Chaos
May 10, 2022
•
1 min read
Introduction
I work as a frontend-engineer and mostly use React at work. I was looking for a different frontend framework that dose not use Virtual DOM to have more diverse skills under my belt.
What is Order
There are already many posts about Svelte by other people and reading the official document should be enough to start making stuff with it.
The syntax was very straightforward and I liked it a lot.
What is Chaos
According to the official document,
SvelteKit is a framework for building web applications of all sizes, with a beautiful development experience and flexible filesystem-based routing.
How does Order and Chaos affects Motivation
Sveltekit internally uses Vite as its build tool. XXXXX
This surely provided the faster and leaner
experince they promised. The HMR
was absolutely instantaneous.
Closing
I
Related Tags :
[svelte • sveltekit • vercel • vite]