Best of SvelteKit2021

  1. 1
    Article
    Avatar of vercelVercel·4y

    The future of Svelte, an interview with Rich Harris – Vercel

    Svelte has been voted the most loved Web framework with the most satisfied developers. In this 45-minute interview, hear Rich Harris talk about his plans for the future of the framework. Other topics include funding open source, SvelteKit 1.0, the Edge-first future, and more.

  2. 2
    Article
    Avatar of logrocketLogRocket·4y

    React Remix vs. Next.js vs. SvelteKit

    Remix is a full-stack web framework for from the creators of React Router. It has gone from a paid to a free model, which is big news within the meta-framework community. In this post, we’ll compare a few of their features, ranging from initiating a project to adding styling.

  3. 3
    Article
    Avatar of logrocketLogRocket·5y

    Build your own component library with Svelte

    Svelte is an open source JavaScript component framework for building web applications. Svelte takes a different approach than all the existing web frameworks like React, Angular, and Vue, which follow declarative, state-driven code. In this article, we are going to learn how to build a component library on our own.