/Learning-React-Redux-decoupling-with-stateless-components

Learn how to create reusable React components, fit them into Flux and connect to Redux action handlers using containers.

Primary LanguageJavaScript

Learning React and Redux: decoupling with stateless components

Welcome to official repository for Udemy course
Learning React and Redux: decoupling with stateless components
by Mateusz Grzesiukiewicz

Install

yarn install
yarn start

Who is this course for?

  • Those with Javascript skills who want to learn React library and start with good practises
  • Experienced React developers who struggle to maintain their projects
  • Anyone who strives to write reusable code using modern Javascript libraries
  • Redux users who embrace Flux architecture but use other library for Views than React
  • Those who struggle to write easily testable React or Redux code

You will learn how to...

  • Create reusable stateless and easily testable components
  • Create pure & easily testable action handlers (reducers)
  • Connect stateless views with stateless reducers through React containers
  • Refactor applications to be more testable and reusable (decoupled)
  • Understand React Flux architecture and how to connect all the bits

Take the course

Learning React and Redux: decoupling with stateless components

Create react app boilerplate

This project was bootstrapped with Create React App.