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
- Host: GitHub
- URL: https://github.com/donejs/donejs-react
- Owner: donejs
- License: mit
- Created: 2015-11-16T19:18:32.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2019-06-20T16:55:30.000Z (almost 6 years ago)
- Last Synced: 2024-10-12T16:52:19.643Z (7 months ago)
- Language: JavaScript
- Size: 22.5 KB
- Stars: 3
- Watchers: 24
- Forks: 2
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```