Adrien Mangeot

Results 12 comments of Adrien Mangeot

Hello @bman654, sorry for asking a long time after you commented, How do you deal with async redux reducers with react router 4?

Oh ok, thank you for the quick reply. Did you also remove async components? If not, how do you deal with non-blocking transition from one route to another? To replace...

I eventually have the time to look at the boilerplate, it sounds very promising, thank you @richardscarrott Have you considered webpack v3, react-router v4 and react-loadable v5? I'd like to...

Hello, I got the same warning, how do you guys make use of appElement? Is it `appElement={document.getElementById('root')}` where 'root' would be where the app is mounted?

Hello @diasbruno @emmerich ,are your solutions work arounds or best / common practices ? Is the CSS going to work in all browsers ? I don't really know this syntax,...

Hello @lhtdesignde , we haven't updated yet. Have you tried?

Thank you @nason for the v3, it looks easier to catch network errors from failure type descriptors Do you have a suggestion on how to refactor network error handling, for...

I went for a middleware to work on RSAA failure type descriptor's meta, which I intercept later with another middleware to handle errors. Here is the code that works with...

Same issue for bailing out when reducer is set to "fetching" upon requests. Did you get to talk to @agraboso by any chance @siouf ?

Oh sorry you're right! I updated the issue, I'm quite confused with these tags. Do you have any suggestion on how to tackle this issue? Is there something to polyfill,...