u-react-web
v0.0.6
Published
A 'micro' React-like implementation for the web. (under development)
Downloads
0
Readme
u-react-web
A "micro" React-like implementation.
Prerequisites
- NodeJs / NPM
Installation
cd /path/to/your/project
npm i --save 'u-react'
Testing
From your application code.
const uReact = require('u-react')
console.log('Successful uReact import? ', uReact)
Usage
This repo is under development. Initial LTS release will be 1.0.0, and it should not be used until then.
Contributing
Not currently accepting outside contributors, but feel free to clone, modify and use as you wish.
Authors
License
This project is licensed under the DO_WHATEVER_YOU_WANT License - see the LICENSE file for details
Acknowledgments
- Dan Abramov (Redux Creator) --- GitHub | React Series