@codingnninja/koras
v0.0.1
Published
Enjoy simple, no-build and cross-platform UI composition in browsers and servers without a virtual DOM or tagged templates.
Maintainers
Readme
Koras
Enjoy simple, no-build and cross-platform UI composition in browsers and servers without a virtual DOM or tagged templates.
Introduction
Koras 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.
Install vscode extensions
- Install
leet-html
for syntax highlighting. - Install
Auto complete tag
to automatically add close tag and rename paired tag.
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. - Add
typescript
.