devcards

Devcards aims to provide a visual REPL experience for ClojureScript https://github.com/bhauman/devcards
rarous 2015-10-12T12:44:41.000231Z

@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?

bhauman 2015-10-12T12:55:01.000232Z

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?

šŸ‘ 1
bhauman 2015-10-12T12:55:56.000233Z

@rarous: ^

rarous 2015-10-12T12:58:33.000234Z

@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.

bhauman 2015-10-12T12:59:26.000235Z

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.

rarous 2015-10-12T13:01:04.000236Z

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

rarous 2015-10-12T13:03:13.000237Z

I can do some PoC

bhauman 2015-10-12T13:04:16.000238Z

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.

bhauman 2015-10-12T13:05:41.000239Z

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