- From the command line, run
yarn
in the root directory for dependencies - Run
yarn start
to open a dev server which displays on http://localhost:8080
yarn test
will run snapshot tests.
There are several React-Redux components that are important to this demo:
- Toast component which is the baseline component
- Toasts component which maps multiple toasts to a parent component
- Toast Container that maps Redux state to React
- Reducer
- Action Creator