An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

          

# jreact

[![NPM version](https://img.shields.io/npm/v/jreact.svg?style=flat)](https://npmjs.com/package/jreact) [![NPM downloads](https://img.shields.io/npm/dm/jreact.svg?style=flat)](https://npmjs.com/package/jreact) [![CircleCI](https://circleci.com/gh/ULIVZ/jreact/tree/master.svg?style=shield)](https://circleci.com/gh/ULIVZ/jreact/tree/master) [![codecov](https://codecov.io/gh/ULIVZ/jreact/branch/master/graph/badge.svg)](https://codecov.io/gh/ULIVZ/jreact)
[![donate](https://img.shields.io/badge/$-donate-ff69b4.svg?maxAge=2592000&style=flat)](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)