/component-party

Web component JS frameworks overview by their syntax and features

Primary LanguageJavaScriptMIT LicenseMIT

Component Party 🎉

Open in Gitpod

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 SolidJS support
  • Add Preact support
  • Add Alpine support
  • Add native JS support ?
  • Add EmberJS
  • Add Angular 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.