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.
- useState
- useEffect
- 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/