Iskren Slavov

Results 7 comments of Iskren Slavov

Hello guys, I had the same problem today and I did some extensive debugging and testing of the _karma_ and _karma-phantomjs-launcher_ packages. The issue here was actually in my _/etc/hosts_...

Hey @wmonecke, it should be fairly straightforward to introduce a HoC that implements that since we already have the `REMEMBER_REHYDRATED`. We could probably show the loader by default and hide...

I'm glad you figured it out! I think it probably makes sense to add this example to the docs for anyone who would be interested in doing the same thing...

Hey there @migueldaipre! There is currently no other way to do this except on a per-reducer basis. There are a couple of actions called REMEMBER_REHYDRATED and REMEMBER_PERSISTED which should allow...

Hey @giacomocerquone, please check this issue: https://github.com/zewish/redux-remember/issues/14. There's a plan to introduce such a functionality, but keep in mind this is currently not a priority, since it's fairly easy to...

Hi @giacomocerquone, in theory the fetching and rehydration **might** happen before the React app is rendered, but that's not guaranteed - it should work like that as long as the...

Hey @giacomocerquone,`[email protected]` was just released. There are now examples both in the README and the `demo-web` directory showing how to implement a `RehydrateGate` component now. I will close the issue...