
Frontend state management is very crucial to be learnt, as every frontend application, eventually runs into the same problem, where data needs to move between components that do not directly know about each other. A button click in one part of the interface needs to update text in a completely different part. A value typed […]