useRef: References in React, a better way to manage DOM elements
In a typical React dataflow, props are the only way that parent components interact with their children. To modify a child, you re-render it with …
Place for collecting all my knowledge and ideas
In a typical React dataflow, props are the only way that parent components interact with their children. To modify a child, you re-render it with …
Disclaimer: I recently started my journey in React and I haven’t used class components in react. So my views are strictly for the functional components …