This post explores state management in React and Angular, covering core APIs, simple component state management, data fetching, computed values, sharing state between components, and using context in React and services in Angular. It provides a guide for people new to these technologies and offers options for state management.
Table of contents
PrerequisitesProject SetupState Management TasksComponent State ManagementGetting Stateful Data over the NetworkGenerating Computed Values from StateSharing State Between ComponentsPassing State from Parent to a Child at the First or Second LevelPassing Stateful Data from a Parent to a Child That Is Deep Within Our Application TreeState Management Libraries in React and AngularConclusion1 Comment
Sort: