Skip to content

An introductory workshop featuring React, Redux, react-router, i18next, gsap and createjs.

Notifications You must be signed in to change notification settings

dmnsgn/react-redux-workshop

Repository files navigation

React Redux Workshop

Requirements

  • node >= 6
  • npm >= 3 or yarn

Optional

Editor packages

Glossary

What are we going to learn?

  • A view library and a syntax extension for JS: React and JSX
  • A data state model: Redux and the react-redux binding
  • A routing library: react-router v4
  • Typechecking: built-in PropTypes
  • Asset preloading and i18n integration
  • A real life example using complex loading and transitions

JavaScript features used:

Final result

Demo


Next: 01 - Setup