Show HN: Drop – Svelte like compiler for Web components
a year ago
- #javascript
- #compiler
- #web-components
- Drop is a compiler that converts HTML modules into JavaScript.
- No API required—write plain JavaScript without learning a new framework.
- Features reactive programming with signals.
- Inspired by the HTML module proposal and Svelte.
- Example provided includes a counter component using signals.
- Development setup involves cloning the repository, installing dependencies, and running examples.
- Not yet published to npm, but under active development.