News

Using Redux with REST APIs is complicated. Depending on the state of the API call (pending, fetched, errored...), your UI should change. Making it easy to read and understand can be complex. Also, as ...
February 2018 Removed the custom build pipeline using gulp and webpack and replaced it with react-scripts (for consistency with my other create-react-app repos). Also incorporated react-redux to use ...