My take on React
Based on this video, but with my own code.
Includes:
- Hooks
- Rendering Components to the DOM
- Update on state change
- Passing properties to components
ToDo:
- Only Update DOM where needed
- Unify builtin vs custom components (array vs function)