VerenigingCampusKabel / redux-api

Redux middleware for calling a (REST) API
MIT License
2 stars 0 forks source link

Write new endpoint action generators and middleware #3

Closed DanielleHuisman closed 7 years ago

DanielleHuisman commented 7 years ago

Write new action generator which generates action that use humps and Fetch API.

DanielleHuisman commented 7 years ago

With the rewrite one of the plans was to use redux-thunk, however there are multiple reasons to keep it as middleware (the state of v1.x):

TODO: Re-implement middleware and remove redux-thunk.

P.S. consider using the request action type as middleware "trigger" as this action type is basically pointless and prevents a duplicate application re-renders.