UNPKG

redux-api-middleware-addon

Version:

A opinioned boilerplate for develop react component(with styled-components) and redux action,reducer with proper development tools

24 lines (18 loc) 516 B
## Features 1. Support file upload 2. Support swagger.json 3. Domain reducer ### Action 1. SET_SWAGGER 2. Request 3. SET_HEADER(default empty) 4. SET_PROTOCOL(default http) ### helpers 1. Generate Basic types 2. Generate Get Entity types //TODO Generate update,delete,create which help network reducer record which api has api result that failed ### Reducer 1. network (reducer,where is network result located) 2. domain (reducer,where is CRUD resource result located) 3. api (reducer,where is the api located)