What is Lifting State up in ReactJS
React has a unidirectional flow of data. Unidirectional flow simply means that the data can flow in only one direction. So, in react, the data can flow from a parent to child component and cannot flow from child to parent.
In our applications, if we...
prasanna-rkumar.hashnode.dev11 min read