Fork me on GitHub
#om
<
2016-07-20
>
donaldball02:07:06

I was able to solve the problem I described earlier by implementing componentDidUpdate fwiw

bahulneel12:07:28

does anyone have any examples of rendering bar charts in an om.next component?

donaldball19:07:05

I’ve been trying to cope with om.next idents today. I find it very weird that ui components are in charge of determining the identities of application entities, but whatever, I can roll with it I guess. I think I even understand how the remote send-fn should report the replacement of temporary ids to the reconciler.

donaldball19:07:04

What I don’t have any answer for yet is how an om.next system should handle entities that want to change their identities. For example, an entity might want to save its state under a new identity (save as…)

anmonteiro21:07:25

@donaldball: Do you have a concrete example for what you’re asking?

anmonteiro21:07:11

I don’t think what you’re asking would be too problematic

ag22:07:19

has anyone used ReactCSSTransitionGroup in om.next app https://facebook.github.io/react/docs/animation.html?

ag23:07:11

can someone sent me an example how to use it. Struggling to make it work with om.next and sablono

ag23:07:39

no matter what I try it yells at me: react-with-addons.inc.js:22536 Warning: Something is calling a React component directly. Use a factory or JSX instead