Skip to content

Commit

Permalink
UPDATE toc
Browse files Browse the repository at this point in the history
  • Loading branch information
tgallacher committed Feb 10, 2019
1 parent 2101f0c commit e2cc7f2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,15 @@ A 3 day hands-on workshop, learning ReactJS and Redux by building an example sin
**Table of Contents**
<!-- TOC depthFrom:2 depthTo:3 -->

- [Introduction](#introduction)
- [Getting Started](#getting-started)
- [With Docker](#with-docker)
- [Without Docker](#without-docker)
- [Exercises](#exercises)

<!-- /TOC -->

# Introduction
## Introduction
This repo forms part of a hands on workshop (TODO: link to slides) designed to teach [ReactJS](https://reactjs.org) and its ecosystem. Throughout the 3-day workshop, we will learn by doing: We will build a fake SPA, and will cover key concepts as we progress through the app build.

The workshop starts all the way from the beginner -- with little ReactJS knowledge -- to all the way on the other side of the spectrum, covering advanced ReactJS component patterns; css-in-js using EmotionJS; predictable state management with [Redux](https://redux.js.org/); and to handling asynchronous side effects via [Redux Sagas](https://redux-saga.js.org/).
Expand Down

0 comments on commit e2cc7f2

Please sign in to comment.