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

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

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

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


Languages

Language:JavaScript 75.5%Language:CSS 18.6%Language:HTML 5.8%