React Flux: Wrapping Up

InstructorJoe Maddalone

Share this video with your friends

Send Tweet

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.

Ashley
~ 10 years ago

I noticed at the very end of the video (last minute) whilst navigating the cart empties itself.

Is that a bug?

Pavel Luzhetskiy
~ 10 years ago

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' =)

Delchina
~ 10 years ago

Do you plan to finish the tutorial - how to build a real app with react & flux?

Robert
~ 9 years ago

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.

Jerome Doyle
~ 9 years ago

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.