bananaoomarang / isomorphic-redux

Isomorphic Redux demo, with routing and async actions
https://medium.com/@bananaoomarang/handcrafting-an-isomorphic-redux-application-with-love-40ada4468af4
MIT License
455 stars 87 forks source link

Added a lot of comments/explanations to the code #70

Closed knee-cola closed 6 years ago

knee-cola commented 6 years ago

While reading the tutorial and trying to understand how the code works I created a lot of comments in the original code, trying to explain (to myself) how i why different bits and peaces of the code work.

I made sure not to change any of the code - only comments were added.

I'd like to share this work with the world ... with rest of noobs like myself :)

bananaoomarang commented 6 years ago

Awesome, thanks!