Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 570 Bytes

README.md

File metadata and controls

13 lines (8 loc) · 570 Bytes

My React Clone

A simple react clone I made to better understand React basics. I was inspired by Swyx's talk at JS Conf 2019.

In this project, I implemented three react hooks.

  1. useState
  2. useEffect
  3. useRef

The code for creating and updating the dom was taken from Swyx's implementation. Link for his implementation is here.

Check out the live demo at https://kcsujeet.github.io/my-react-clone/