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.
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 likereact/Render
does.Also: any React components used this way will need to be React 16 compatible.