Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 325 Bytes

README.md

File metadata and controls

14 lines (11 loc) · 325 Bytes

Meact

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)