drbr / state-machine-talk

A talk about state machines and the reducer pattern in local UI

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Reducers and State Machines in Local UI

This repo contains the slides and code examples for a talk I gave in February 2021.

Codesandbox

The presentation is designed to be viewed in codesandbox.io. In "Current Module View" (enabled by default in the link below), click on each slide in the slides directory to view it:

https://codesandbox.io/s/github/drbr/state-machine-talk?moduleview=1&file=/src/slides/Introduction.tsx

Create React App

This project was bootstrapped with Create React App.

All the usual scripts are available, including:

  • yarn start
  • yarn test
  • yarn build
  • yarn eject

About

A talk about state machines and the reducer pattern in local UI

License:MIT License


Languages

Language:TypeScript 95.9%Language:CSS 2.1%Language:HTML 1.8%Language:JavaScript 0.2%