hero-img

What I learnt while preparing for data interviews

April 10, 20221 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.

Svelte

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.

Sveltekit

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.

Vite

Sveltekit internally uses Vite as its build tool.

This surely provided the faster and leaner experince they promised. The HMR was absolutely instantaneous.

Hosting

I also tried vercel to host this blog. Hosting was extremely simple and easy. Setting the custom domain also was easy. Probably the best hosting service I’ve used so far.

Other stuff

I made a package that converts markdown files into JSON for this.

Related Tags : [svelte • sveltekit • vercel • vite]