adailey14
adailey14
I shared your opinion until recently but was convinced otherwise by some smart people who work for some big companies in the valley. The main reasons that convinced me come...
I think yes that is fair to say - though I had nothing to do with putting this all together so someone else might have a different perspective. I would...
From what I understand `__CLIENT__` would be true when the page is rendered by the browser, while `__SERVER__` would be true if the page is rendered by the server. Also...
Well I'm running the app and just did a little test, and it is all working the way I described. You will have to experiment with all of it a...
@brennanerbz I'm pretty sure multireducer does not support dynamic copies. I think you are better off writing your own reducer in that case and passing a key around that you...
Hey I've been following this discussion and implemented a solution based on react-cookie (thanks @rfranco) that ends up being very simple and feels pretty solid. I'll outline the changes to...
@feesjah Actually I am using a Rails powered API so my JWT generation is in ruby, using the JWT ruby gem. I followed this blog post for how to get...
@oyeanuj Take this with a grain of salt because I don't really know: I think when you start talking about social logins you may have to do something more advanced,...
@nicolabortignon glad the snippets worked. Sorry these answers may not be very satisfying: 1. I don't know... probably this depends on how each browser implements cookies. My guess is that...
Yeah I'm not clear yet on what is and is not forced in the react-redux world, but I think react-router seems to accomplish all of its magic using wrapper components,...