State Management
Managing state in an application is one of the most important and necessary process in the life cycle of an application. Let us consider a simple shopping cart application. A state management can be divided into two categories based on the duration the particular state lasts in an application. Navigation and Routing In any application, […]