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

https://github.com/donejs/donejs-react

DoneJS React Integration
https://github.com/donejs/donejs-react

Last synced: about 1 month ago
JSON representation

DoneJS React Integration

Awesome Lists containing this project

README

        

# donejs-react

A plugin to add support for React to your DoneJS application.

## Install

```shell
npm install --save-dev donejs-react
donejs add react
```

## Available generators

Create a React component:

```shell
donejs add react component
```