noflo / noflo-react

Facebook React components for NoFlo
MIT License
20 stars 4 forks source link

Update to React 16 #49

Closed bergie closed 6 years ago

bergie commented 6 years ago

Please note that while the NoFlo react/Render interface will remain, the other components (react/ListenEvents, react/SetProperties etc) are now gone due to how React itself needs to be used.

We also provide a react/RenderComponent that directly takes a React component interface and mounts it without going through AMD like react/Render does.

Also: any React components used this way will need to be React 16 compatible.