Skip to content

TheJoeFin/Thinking-In-React-Tutorial

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Thinking in React

Starting from the "Thinking in React" tutorial I have made changes to understand how React works.

Changes so far

  1. Seach is not case sensitive
  2. classes changed into functions

Planned changes

  1. Add types
  2. Replace as many classes to functions