Open reactima opened 8 years ago
Hello @reactima. Any update about this?. I am trying to integrate orb with React 0.14 but I received an error:
Uncaught TypeError: Cannot read property 'createClass' of undefined
Do you have any example that you could share?.
Thank you
Hi, thanx for great work!
Mixing Orb 1.1.0 with popular Redux boilerplates isn't straightforward process.
Instead of going from
and smth like
I ended up with the following code:
... and it's not the best practice as i'm rendering in two separate divs.
Would you please share example how to use Orb as normal react 0.14 component?
It would be really nice to make Orb isomorphic and ES6 friendly as well.
Is there recommended way to use Orb 1.1.0. inside react 0.14 compatible components?