What is Lifting State up in ReactJS
Nov 24, 2022 · 11 min read · 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...
Join discussion



