You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The main idea is to configure the mount wrapper, when no element el is passed,
to return a React component written as
({ model, view })=>classextendsReact.Component{constructor(){super()// tell React to update in reactions on stream eventsstateStream.map(this.forceUpdate)}render=()=>view(state)}
The text was updated successfully, but these errors were encountered:
Enable to wrap uncomponents as React components to
make them available in any React app.
As described here:
funkia/turbine#34
The main idea is to configure the
mount
wrapper, when no elementel
is passed,to return a React component written as
The text was updated successfully, but these errors were encountered: