This repo is a learning tool for React. Each single module is meant to show or highlight a feature or thing you can do with React. Fork and add modules if you want to showcase something.
$ npm install
$ npm run dev
open http://localhost:8080
flow check
Static Type checking is (partially) implemented with Flow.
https://travis-ci.org/svenanders/react-tutorial
npm test
Testing is done with Jest. It uses a preprocessor that strips Flow type annotations and a test helper that mocks react-router.
Built on an application architecture for React