Skip to content

Latest commit

 

History

History
79 lines (51 loc) · 1.8 KB

File metadata and controls

79 lines (51 loc) · 1.8 KB

Practical React

Part 1 - Modern JavaScript

JavaScript Fundamentals

Modern Tooling

ES6

Part 2 - React

React Concepts

How It Works

Components

Dynamic Components

Class Components

Stateless Components

Async Code in React

React-Router

Part 3 - Redux

State and Flow

Actions

Reducers

Async Actions (Thunk)

Bonus

PropTypes

Async/Await

HoC

Selectors

Dynamic Imports