Skip to content

Details

Topic:

Setting up redux for the time can be very complicated but it doesn't need to be. I am going to run through the initial setup so you can jump into the coding on your next project.

First, we will make a store composed with thunk, to handle asynchronous actions, as well as dev tools, to allow you to see actions and the store in your browser. We will then make a reducer and container to save and access state. We will finish by showing how to update the global state through actions and dispatches.

Prework:

Be aware of ReactJS.

About me:

Full Stack Developer at Gabriel Films

Specialties: All things React, Ruby on Rails, Node, MongoDB, Explaining JavaScript quirks through dance, Xcode, Android Studio.

Learn more:

aaronstackbarnes.com (http://aaronstackbarnes.com/)

http://linkedin.com/in/aaron-stack

http://github.com/AaronStackBarnes

Related topics

You may also like