Skip to content

memory125/magic-react

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

magic-react

This repo focuses on react learning.

Create React Project

  • Use npm to create react app
    npm init react-app project-name
    
  • Use npx to create react app
    npx create-react-app project-name
    
  • Use yarn to create react app
    yarn create react-app project-name
    

hello-react

  • This is the 1st react sample.
  • It was created by
    npx create-react-app hello-react
    
  • Add bootstrap lib to this sample.
  • Add input component.
  • Add state property and setState API to change the property of component.

About

This repo focuses on react learning.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors