@approveme/redux-resources

A complete redux state management, axios based API wrappers, and redux-saga implementation for communicating with the ApproveMe API

Usage no npm install needed!

<script type="module">
  import approvemeReduxResources from 'https://cdn.skypack.dev/@approveme/redux-resources';
</script>

README

npm bundle size

redux-resources

A complete redux state management, axios based API wrappers, and redux-saga implementation for communicating with the ApproveMe API

Configuration

Create a .env file in your project's root directory, if one doesn't already exist

Local Development

Add the following to the .env

REACT_APP_API_BASE_URL=http://dev-api.approveme.com

Production

Add the following to the .env

REACT_APP_API_BASE_URL=http://api.approveme.com