React & Redux – Freestyle Coding [3]



In this episode we will be diving into the ReactJS UI library along with Redux to manage application state. We will use a Redux action to fetch some users from an API and then pass then down to a React component. We will also be using the Webpack module bundler.

GET THE CODE – https://github.com/bradtraversy/rcontacts
WEBPACK-STARTER – https://github.com/bradtraversy/webpack-starter
EDUONIX REACT COURSE – https://www.eduonix.com/courses/Web-Development/Getting-Started-With-React-JS-Tutorial-Online

source

You May Also Like