https://github.com/ulivz/jreact
A React-like library.
https://github.com/ulivz/jreact
Last synced: 6 months ago
JSON representation
A React-like library.
- Host: GitHub
- URL: https://github.com/ulivz/jreact
- Owner: ulivz
- License: mit
- Created: 2018-03-20T10:48:00.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2021-05-27T16:42:39.000Z (over 4 years ago)
- Last Synced: 2025-02-12T20:26:48.643Z (8 months ago)
- Language: JavaScript
- Size: 708 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 13
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# jreact
[](https://npmjs.com/package/jreact) [](https://npmjs.com/package/jreact) [](https://circleci.com/gh/ULIVZ/jreact/tree/master) [](https://codecov.io/gh/ULIVZ/jreact)
[](https://github.com/ULIVZ/donate)## Install
```bash
npm i jreact
```## Usage
```js
const jreact = require('jreact')jreact()
//=> foo
```## Contributing
1. Fork it!
2. Create your feature branch: `git checkout -b my-new-feature`
3. Commit your changes: `git commit -am 'Add some feature'`
4. Push to the branch: `git push origin my-new-feature`
5. Submit a pull request :D## Author
**jreact** © [ulivz](https://github.com/ULIVZ), Released under the [MIT](./LICENSE) License.
Authored and maintained by ulivz with help from contributors ([list](https://github.com/ULIVZ/jreact/contributors)).> [github.com/ulivz](https://github.com/ulivz) · GitHub [@ulivz](https://github.com/ULIVZ)