An open API service indexing awesome lists of open source software.

https://github.com/alecaivazis/react-redux-and-you

A talk given at a local meetup introducing redux
https://github.com/alecaivazis/react-redux-and-you

Last synced: 3 months ago
JSON representation

A talk given at a local meetup introducing redux

Awesome Lists containing this project

README

        

# React, Redux, and You
The slides for a talk I gave at a local meetup for functional programmers.

Hosted on the [project github page](http://alecaivazis.github.io/react-redux-and-you).

## Building the Slides

In order to build the slides, execute the following commands:

```bash
npm install
npm run build
```