Example application leveraging Formik & Redux Saga to handle typical form & API scenarios.
This project was bootstrapped with Greenfield.
yarn start # development server
yarn build # production build
yarn test # Jest in watch-mode
yarn coverage # Jest coverage report
yarn lint # fix basic linting errors
- Commands include
NODE_PATH
to leverage absolute pathing tosrc/
for cleaner imports. standardjs
linting (https://standardjs.com/)styled-components
css-in-js (https://www.styled-components.com)curi
routing (https://curi.js.org/)redux-saga
side-effects (https://redux-saga.js.org/)redux-actions
simplify actions boilerplate (https://github.com/acdlite/redux-actions)redux-data-structures
simplify reducer boilerplate (https://redux-data-structures.js.org/)axios
just-works http client (https://github.com/axios/axios)