ReactReact ConceptsComponent Based ArchitectureComponentstateComponent StateHow to arrange stateOn this pageHow to arrange statestate should be kept closer to Component that needs itstate can be stored in either Component, Parent Component or any Ascendantstate should be localized to only Components that need itReferences