React

2023-01-11

2023-01-09

  • so jsx is converted into js by Babel
  • lol, first time i read the code of react
  • made this repo, will maintain the code here 2023-01-08 so want to learn how react works under the hood, and how i can create my own react!

because, by doing this i will be able to improve things in my ongoing project!

for now decided to follow this: https://pomb.us/build-your-own-react/

i know they maintain two dom tree, compare the changes, and only update the changed component