Skip to content

Commit 7fa56a2

Browse files
authored
add Svelte to list of base librarryies
There was always an option to build custom elements with svelte, but recently there was a [huge update](sveltejs/svelte#8457) and now dev experience is much better that was before. Lots of issues were fixed and now svelte is a pretty solid solution to build reliable custom elements. It would be nice to add it to the list of base libraries. For example lots of svelte libraries were complied to custom elements before, (slidy)[https://github.com/Valexr/slidy/tree/main/packages] for example, and now it's even much easier than befor.
1 parent 829166f commit 7fa56a2

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

docs/_data/baseLibraries.js

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,12 @@ const baseLibraries = [
6767
package: '@stencil/core',
6868
description: 'Stencil is a toolchain for building reusable, scalable Design Systems.',
6969
url: 'https://stenciljs.com/',
70+
},
71+
{
72+
name: 'Svelte',
73+
package: 'svelte',
74+
description: 'Svelte is not only framework, but a compiler that brings you benefits of reactivity with minimal footrint and suports custom element as a build target.',
75+
url: 'https://svelte.dev/docs/custom-elements-api',
7076
},
7177
{
7278
name: 'CanJS',

0 commit comments

Comments
 (0)