Skip to content

Commit

Permalink
add Svelte to list of base librarryies
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
nosovk authored Jul 23, 2023
1 parent 829166f commit 7fa56a2
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions docs/_data/baseLibraries.js
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,12 @@ const baseLibraries = [
package: '@stencil/core',
description: 'Stencil is a toolchain for building reusable, scalable Design Systems.',
url: 'https://stenciljs.com/',
},
{
name: 'Svelte',
package: 'svelte',
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.',
url: 'https://svelte.dev/docs/custom-elements-api',
},
{
name: 'CanJS',
Expand Down

0 comments on commit 7fa56a2

Please sign in to comment.