modern state management in react
Modern State management in React:
Demo:
1. Component composition:
	https://codesandbox.io/s/4gyw5
	https://codesandbox.io/s/p98n45z1wq
2. Props:
	https://codesandbox.io/s/vmr357j2z3
    https://codesandbox.io/s/j35ok11j13
3. useContext + useReducer
	https://codesandbox.io/s/m4r124zkpj
	
	
Expanded from user Pleasent petrel's advice to use these tools instead of Redux
https://www.codegrepper.com/app/profile.php?id=106359
