A lightweight, zero dependency, no Virtual DOM, truly reactive js framework.
WARNING -- This is experimental software and isn't in a state to be used in production.
Install
npm i cosmq-js
Install babel preset
npm i babel-preset-cosmq
Add babel-preset-cosmq
to your babel config
babel.config.json
{
"preset": ["babel-preset-cosmq"]
}
You can view example project here: Example Repo