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.
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.
- Step 1: Webpack and Babel
- Step 2: React and CSS modules
- Step 3: Redux and Redux-saga
- Step 4: Testing with Jest
MIT - see LICENSE