David Steinbach
David Steinbach
Only happens when i have the local app open in more than one tab.
It would be nice to have access to dispatch as well as state.
You'll also have to do the check in componentWillReceiveProps so if the user logouts or an API responds with 401 you can respond client-side. This works great for me thanks...
Yeah makes sense! I didn't realize there was more leg-work involved. What would be the cost of making pushState completely transparent? For instance, you could pass in a css selector...
So far I am really loving the simplicity of bone.io. Models and Collections don't have to be de facto interface to your data. They are a level of abstraction that...