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.
Table of contents
IntroductionWhat is SvelteKit?Getting started with SvelteKitWe made a custom demo for . No really. Click here to check it out .Integrate StorybookFactors to consider before building componentsCreating componentsTesting with svelte-testing-library and JestPackaging and publishing to npmConclusionSort: