Fork me on GitHub
#devcards
<
2015-10-12
>
rarous12:10:41

@bhauman: do you plan to update to React 0.14 in short term? Can I prepare PR with this change, or is someone else working on it?

bhauman12:10:01

I'm in no rush to do this. I haven't taken the time to understand the implications. Lots of folks are on React 0.13. Ideally I'd want people to be able to choose the version of React they want with exclusions etc. sablono,om, reagent are all on 13 right?

rarous12:10:33

@bhauman: I’m using DevCards to test and document plain React components and some 0.13 APIs are deprecated, it is not big deal, but I have to keep this deprecations in place. Optional React version will be fine.

bhauman12:10:26

So in short I'd want the code to work with 14 but depend on 13 so that the react dependency can be overridden but still work.

rarous13:10:04

AFAIK all the breaking changes are with deprecation warnings, so it should work

rarous13:10:13

I can do some PoC

bhauman13:10:16

So I would still depend on and write code for 13 and so that folks using both will benefit. I'm going to track the cljs library ecosystem.

bhauman13:10:41

If depreciations can be removed while not breaking compatibility with 13 that will work great.