joshgeller / react-redux-jwt-auth-example

Sample project showing possible authentication flow using React, Redux, React-Router, and JWT
MIT License
1.58k stars 237 forks source link

Using new, store enhancers to make more readable #17

Open uptownhr opened 8 years ago

uptownhr commented 8 years ago

Really appreciate you making this repo. Helped me a lot in understanding redux and connecting it to the router. Got me looking at how the middlewares are applied and this really was mind boggling for me. Actually took me 30 minutes and I was still scratching my head. Searching on google, I ran into https://github.com/reactjs/redux/pull/1294, where they have implemented a better way to add middlewares now. Just thought I'd share for any future developers checking this out.