Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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