Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 343 Bytes

README.md

File metadata and controls

18 lines (11 loc) · 343 Bytes

React-Js-Mini-Projects


1. React Password Generator

In this exercise, I made a password generator using React JS keeping in mind the peformance and memoization concept.

So used the following React Hooks

  1. useCallback
  2. useEffect
  3. useRef
  4. useState

Have a Look At Demo