0.0.3 • Published 7 months ago

cosmq-js v0.0.3

Weekly downloads
-
License
MIT
Repository
github
Last release
7 months ago

Cosmq JS

A lightweight, zero dependency, no Virtual DOM, truely reactive js framework.

WARNING -- This is experimental software and isn't in a state to be used in production.

Getting Started

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"]
}

Example Project

You can view example project here: Example Repo

0.0.3

7 months ago

0.0.2

7 months ago

0.0.1

7 months ago