Front-end Reactor : States are Reactive
Introduction
As we discussed in the previous blog, each component in React has data- props & state. Props are the one that can be passed from parent component to child, they cannot be mutated and is unidirectional(cannot be passed to parent). Now we ...
atifff.hashnode.dev6 min read
Abhay Singh Rathore
Great explanation of states in React and how they contribute to creating interactive and responsive components.