David Bismut

Results 184 comments of David Bismut

@ShanonJackson this is now definitely on topic, since we are precisely discussing FLIP. I’d be curious to see where framer motion uses `useLayoutEffect`? As far as I know it uses...

Closing in favor of #412

Closing in favor of #412

React Native would involve a major refactor with the UI. This is not planned in the near future.

Closing in favor of #412

Hey @genyded, I'm just curious: are you using a middleware to dispatch collection changes similarly to what @djhi is doing in `MeteorSubscription.js`? If so, how do you stop subscriptions when...

@genyded thanks, it does help a lot. I was hoping there would be some way to hijack the `connect` function to behave like [composeWithTracker](https://github.com/kadirahq/react-komposer#using-with-meteor). A few things on my side:...

@genyded Of course, I'm not expecting for you to come up with solutions in what I'm trying to achieve, from what I can see we stumble upon more or less...

Yes, `handles[action.type]` would only run the first time (until you explicitly `unsubscribe` and also `delete handles[action.type]` to allow for new subscriptions). Typically, if you subscribe to `Meteor.subscribe('posts')`, and then resubscribe...

Hey - so here are my findings. @genyded, I guess the reason why you don't get my issue is because you dispatch the unsubscribe action when your component unmounts and...