claudiorodriguez / react-redux-workshop

A step-by-step workshop to build a simple example app with react, redux, redux-saga, webpack and jest

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

react-redux-workshop

Welcome to my react/redux workshop! By the end of this, we will have built a simple application with:

The application will simply get some repos from the Github API (it's an easily available public API) and display them when we click a button.

You will need a terminal where you're able to run node and install npm packages.

Steps

The workshop is split into a number of incremental steps, in each of the steps' folders you'll find a README file with step-by-step instructions, and the end result of that step.

License

MIT - see LICENSE

About

A step-by-step workshop to build a simple example app with react, redux, redux-saga, webpack and jest

License:MIT License


Languages

Language:JavaScript 91.7%Language:HTML 5.6%Language:CSS 2.7%