Skip to content

jdegand/tenzies

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Scrimba Learn React Course - Section 4: Tenzies Game

Scrimba

Live Link

Takeaways

  • nanoid is quicker and smaller than uuid
  • Lazy state initialization is useful for expensive calculations when setting state for the first time
  • JSON.parse(undefined) crashes your program
  • Even if useEffect is running almost all the time(like this app), it is better to include the variable in the dependencies array

Improvements

  • Accessibility considerations

Resources

About

Scrimba Learn React Course - Section 3 Project

Topics

Resources

Stars

1 star

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors