Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 359 Bytes

README.md

File metadata and controls

13 lines (8 loc) · 359 Bytes

Simple Form for practicing forwardRef of React

  • Controlled components
  • Rendering one item at a time of the children array
  • useState
  • forwarding the ref to each individual components(forwardRef)
  • useRef hook
  • using side effect with useEffect hook

Project is made with the help of Scrimba learning resources