Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/frankwallis/react-zones
experiment to get angular 2.0 zones triggering reactjs rendering
https://github.com/frankwallis/react-zones
Last synced: 3 months ago
JSON representation
experiment to get angular 2.0 zones triggering reactjs rendering
- Host: GitHub
- URL: https://github.com/frankwallis/react-zones
- Owner: frankwallis
- Created: 2015-03-29T21:06:48.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2015-03-31T19:00:54.000Z (almost 10 years ago)
- Last Synced: 2024-04-10T16:05:51.630Z (10 months ago)
- Language: JavaScript
- Size: 129 KB
- Stars: 4
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# react-zones #
use angular 2 zones to automatically re-render your reactjs app
### Usage
```
var rezone = require('react-zones');
rezone.bootstrap(, document.body);
```
You will also need to include zones.js at the top of your index.html:```
```
### Overview
react-zone will automatically re-render your application after any execution
react-zone is currently experimental### Investigate
- Component mixin to create component-scoped zones
- Throttling/Debounce
- Integrate with setState