With this lesson, we will bring it all together, using what we've learned in the series to fisnish out the React Flux architecture example.
The completed code for this series can be found here on Github.
I noticed at the very end of the video (last minute) whilst navigating the cart empties itself.
Is that a bug?
I think he pressed 'X' button to delete whole set of items in cart. On Wild West he was called 'Joe the fast cart cleaner' =)
Do you plan to finish the tutorial - how to build a real app with react & flux?
Nice tutorial. One thing: I think in getItem() in app-catalogdetail.js is useless toString() in item.id. It's saved as a string in the store.
Navigating to the cart and item detail pages works, however, I get a 404 anytime I refresh on a page other than the home page.