This is my side project which shows the uses case of SvgManager.
SvgManager is one of my practice to help me organize and control the svg animations in the steps of asynchronous action.
In this case, I tried to illustrate the workflow of redux-promise-middleware by SvgManager.
All suggestions are welcome. Thank you so much.

 
Here is the demo on heroku.
 

Quick Start

install all dependencies

$ cd svg-manager-demo
$ npm i

start developing

$ npm start