roact-rodux
roact-rodux copied to clipboard
A connector between Roact and Rodux, similar to react-redux
This PR adds types for the dispatch prop. This includes a standard action dispatch and a thunkful action dispatch variant. Inspired by: https://github.com/reduxjs/react-redux/blob/master/src/types.ts This RP also adds typechecking to CI...
I was integrating multiplayer in my game and I came across this little bug: Huh, that's funny. I was using an earlier version of RoactRodux and it was fine before...
As someone who struggled to understand this library after reading it from top to bottom, word-for-word, I would've _really_ appreciated a complete, back-to-front example of Roact-Rodux implementation. I wrote this...
I want to hide some stuff without destroying it, but also block any Rodux updates until that piece is visible again. Having a `BlockStoreUpdates` component would be helpful. It would...