Fork me on GitHub
#reagent
<
2018-04-21
>
fabrao01:04:28

Hello all, I´m using libs from cljsjs and I´m getting this error after including the lib "Accessing createClass via the main React package is deprecated". What is it means?

mikerod02:04:52

I converted to re-frame after writing a fairly large app in all reagent. I was happy with the conversion. Ended up converting that whole project to re-frame. I think the instant good stuff around inspection and tooling are good wins. Also it gives a pretty good way to organize all the state management business. However I don’t think I’ve found the best way to clearly articulate all the benefits I feel after transitioning

👍 4
mikerod02:04:05

And I do think you can just be as hoc disciplined in reagent and have good success too. Especially if you’ve got some experience and good patterns down around organizing state etc.

lilactown15:04:40

that always seems to be the story when it comes to state management. “We tried our own solution and wish we had the support from using a community standard.” We did the same thing at work with our React Native apps, but now we’re slowly converting to Redux