Suika is a lightweight component based Javascript
library for building user interfaces, that relies on a virtual DOM with JSX
support.
You can use suika
as a package on npm
npm install suika@latest
Please follow the documentation at jonwatkins.github.io/suika/.
A simple todo example can be found here. Or you can checkout the repo here.
Please make sure to read the Contributing Guide before making a pull request.
Copyright (c) 2023-present, Jon Watkins