keechma

Keechma stack. Mention @U050986L9 or @U2J1PHYNM if you have any questions
urbank 2017-08-03T06:49:32.483492Z

Looks like react-with-addons will be removed from cljsjs for React16

urbank 2017-08-03T06:49:32.483728Z

https://github.com/cljsjs/packages/issues/1170

urbank 2017-08-03T11:00:42.620436Z

@mihaelkonjevic I'm attempting to get react-dom/test-utils to cljsjs (though I'm somewhat at a loss), which version of react are you trying to update to, where the TestUtils isn't in the same place? Still react-with-addons, or no?

mihaelkonjevic 2017-08-03T11:01:20.632871Z

as per the docs (https://facebook.github.io/react/docs/test-utils.html) it’s now in the react-dom package

mihaelkonjevic 2017-08-03T11:01:30.636159Z

I want to update to the latest 15.6

mihaelkonjevic 2017-08-03T11:01:39.638834Z

so we’re ready for 16.0 when it lands

urbank 2017-08-03T11:05:48.716747Z

@mihaelkonjevic Does keechma depend on the current addons for anything other than the TestUtils ?

mihaelkonjevic 2017-08-03T11:07:23.745351Z

nope

urbank 2017-08-03T12:50:29.857225Z

@mihaelkonjevic Looks like the cljsjs/react package has already moved to react 16 beta

mihaelkonjevic 2017-08-03T13:20:07.719032Z

We should probably update keechma to that version

urbank 2017-08-03T16:44:55.391965Z

@mihaelkonjevic Unfortunately there doesn't seem to the browserified source for TestUtils. Tried to generate one but haven't managed yet.

urbank 2017-08-03T16:53:30.689846Z

Overall, I'm really happy with the level of freedom keechma gives. Haven't really ran into any roadblocks (aside from the 1.9 error 😛 ). Though it is a bit of a struggle to figure out how everything composes in the beginning and where some initial errors are coming from