Added example of COUNTER mode in action and what it solves
https://github.com/react-boilerplate/react-boilerplate-cra-template
Executed command to create from template:
npx create-react-app --template cra-template-rb react-redux-saga-counter-mode-demo
- Run project (like any
create react app
project) - Go to http://localhost:3000/widget-a-and-b
- Click on
Widget A
buttons and see the issues - Checkout to counter branch
- Repeat process and see the improvements ( difference )