Files
component-party/README.md
Mathieu Schimmerling 71db4b388a use astro templating (#7)
2022-04-13 19:00:36 +02:00

1.2 KiB

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 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.