Skip to content

LonlehKitteh/React-basics

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dependencies I installed!

  1. npm install --save react-helmet-async

Naming class and id


  • Name of the class should have "-" when you wanna add double word class name.
  • Name of the id should be written in camelCase JS syntax.