Ephemeral states with redux middlewares

A presentation at React.js Meetup in in Bengaluru, Karnataka, India by ​Faizaan

Not all state is long living. Some state needs to be maintained for short bursts of action happening in your page.

In this talk, we'll see how to manage such state with redux middlewares.

Code

The following code examples from the presentation can be tried out live.