@codingnninja/render
v0.0.18
Published
Use JSX and lots more in browsers and servers without a Virtual DOM, build or tagged templates
Downloads
21
Maintainers
Readme
Render
Use no-build JSX and lots more in browsers and servers without a virtual DOM and tagged templates.
Introduction
$render makes no-build JSX possible in browsers and servers without a virtual DOM or tagged template. You can now $render JavaScript components with the speed of light in script tags, and esModules.
It's intuitive, super fast and flexible. Learn more from our docs.
Contribution guide
We are always looking for contributors to take this framework to the next level of improvement. If you love to contribute, please check out our contribution guide;
Todo list
- Improve error handling for debugging.
- Add more test infrastructures and suites.
- Add tree-shaking.
- Move client components from the
globalThis
to a passwordScope. - Add
eslint
and its rules.