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
Website: https://component-party.pages.dev
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
- Add Angular support
- Add SolidJS support
- Add Preact support
- Add Alpine support
- Website (built with Astro)
- Add React support
- Add Svelte support
- Add Vue 3 support
Contributing
This site is built with Astro. Site content is written in Markdown format located in content. For simple edits, you can directly edit the file on GitHub and generate a Pull Request.
For local development, pnpm is preferred as package manager:
pnpm i
pnpm run dev
This project requires Node.js to be v14.0.0 or higher, because we use new JavaScript features in our code, such as optional chaining.