Christian Meunier

Results 146 comments of Christian Meunier

Hi @vitalets , I believe it leverages https://github.com/walmartlabs/react-native-orientation-listener to do that.

HI @aweary , you can use recompose / recompact `lifecycle()` to do that.

> but as far as I can tell, users will still need to use class components if they want to trigger effects in lifecycle methods The wording your choose kinda...

Hi @divmain , thanks for the quick feedback ! What i am trying to get with `withState` is an encapsulated local state that is in no way shared with anything...

Yes using recompose / recompact `withState` and `withHandlers` combined with a `pureRenderMixin` can achieve something similar but I was hoping to have the same tool / api to deal with...

Hi @divmain , is the light of the recent 2.0 release, can you update us if this is still on the roadmap ? Thanks !

There is a samples repo at https://github.com/edvin/tornadofx-samples I think the [itemviewmodel](https://github.com/edvin/tornadofx-samples/tree/master/itemviewmodel) sample might be the best candidate.

@Poincare do you have any insight on how FB is solving this ? It should be a pretty valuable experience to build upon.

@leebyron can you shed some light on this topic ? Thanks a lot in advance.

Hi @germsvel, any thoughts on the above please ?