adapters-and-libs Svelte Themes

Adapters And Libs

A project to understand the commonalities between libraries and how one can make adapters for each to carry out the same function.

adapters-and-libs

A project to understand the commonalities between libraries in regard to web components. Creating a webcomponent that can function and be interacted with across all libraries.

Development

  1. Use Node version 16
  2. CD into any of the libraries and run npm run start
  3. Each Library should contain a component named HelloWorldCard.

Angular: http://localhost:4200/ React: http://localhost:3000/ Svelte: http://localhost:5000/ Vue: http://localhost:8080/

Next Steps

Create interactive content to ensure compatibility across FE frameworks.

References / Reading

Utils:

  • <script src="https://cdnjs.cloudflare.com/ajax/libs/webcomponentsjs/1.0.13/webcomponents-lite.js"></script> Polyfill for Webcomponents

Top categories

Loading Svelte Themes