KrzysiekKuczma / 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.

Home Page:https://www.udemy.com/course/1326760

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

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

https://www.udemy.com/course/1326760


Languages

Language:JavaScript 60.8%Language:CSS 29.9%Language:HTML 9.3%