State and State Management
What is state?
It is the current state of your program. That is, state is the data which is manipulated and reflected by running a program.
What is State-Management?
State-Management is the implementation of a Design Pattern, with the help of this de...
srafsan.hashnode.dev2 min read