This repository contains various examples of Redux applications.
A very simple example demonstrating a counter. Good introduction to Redux.
Demonstrates a simple autocomplete example using the Clearbit Autocomplete Company API.
Demonstrates a simple http middleware which is responsible for making API calls.
Demostrates how to perform multiple requests, pull your code out of Angular (and into vanilla JS), and implement a generic Promise middleware.
A simple boilerplate for building Redux applications using React. Uses react router and redux router to demonstrate how to build an application with multiple routes.
Boilerplate for a simple login with redirects if the user is not authenticated.
Shows how to build a selector to select separate parts of your state. Use your stores state combined with a selector to derive new data.