mirror of
https://github.com/lainbo/component-party.git
synced 2026-04-05 13:09:03 +08:00
Component Party 🎉
Web component JS frameworks quick overview by their syntax and features
Why ?
Many JS developers don't have a good overview of every existing JS framework with their own syntax and features. How do we solve this ? Developers love having framework overview by examples. It's a quick introduction before going deeper.
Roadmap
- Website (built with Astro)
- Add SolidJS support
- Add Angular support
- Add Preact support
- Add Alpine support
- Add React support
- Add Svelte support
- Add Vue 3 support
Contributing
- Fork it!
- Create your feature branch:
git checkout -b my-new-feature - Commit your changes:
git commit -am 'Add some feature' - Push to the branch:
git push origin my-new-feature - Submit a pull request :D