A Web Component framework that works with plain HTML - no JSX, string literals, or special templating syntax is required.
Please follow the documentation at docs.requery.dev!
requery-js is pre-1.0, which means:
- The API may change before reaching 1.0
- Breaking changes will be released as minor versions
- You should pin your dependency version
Despite being pre-1.0, the framework is fully functional. Check out the docs, examples and tests to see what it can do.
requery-js is an MIT-licensed open source project. If you find it useful, please consider:
- Starring the project on GitHub
- Contributing code or documentation
- Supporting the project through GitHub Sponsors
Your support helps maintain and improve requery-js for everyone!
This project wouldn't exist without the Vue ecosystem. The reactive core is powered by @vue/reactivity, and the API design was inspired by Petite Vue. Thank you to Evan You and the Vue team for these incredible tools.
MIT