Ivo Pinheiro

Results 4 comments of Ivo Pinheiro

@matthewp using a shared config and use a multi-app build the apps need to be build at the same time, right? Something like: ```javascript stealTools.build({ main: ["app1/src/index", "app2/src/index"] }); ```...

Thanks Justin by the clarification, but probably in certain cases we are not able to define the identity property. I have faced this issue originally using `CanJS 4` and in...

I've debugged the code and it seems to be related with the following lines of code: https://github.com/bitovi/ylem/blob/1cf16a286fa4b9491af1425fddcd51b9723514b5/lib/observer-component.js#L40-L49 React.Component does not provide a default implementation for ```shouldComponentUpdate```.