example-functional-react
example-functional-react copied to clipboard
Examples from blog series
This repo shows how a React application can be broken down to composable pieces.
You will find examples of semigroups, functors, applicatives, and (gasp) monads!
(blog posts incoming...)
Running app
git clone https://github.com/jaysoo/example-functional-react.git example-functional-react
cd example-functional-react
yarn
yarn start