Gloud Dev

Results 4 issues of Gloud Dev

hey thanks a lot man, such a nice and clean example, it worked really well. i had an issue with facebook login throwing invalid_user_info_response] An error occurred while attempting to...

Hi Jarred, This started looks like it has exactly the stuff I need. It works excellent as a development workflow. I see that you specifically mention nothing is ever published...

Is it possible to export the StoreContext interface, so that we can access the store via standard useContext, i.e.: const store = useContext(StoreContext); Similar to how its done here? https://github.com/facebookincubator/redux-react-hook#storecontext...

This few lines here: ``` if (process.env.NODE_ENV !== "production") { const check = mapStateRef.current(state); if (!is(check, res)) { console.warn( "useMapState returns new identity on every run. This causes the component...