Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

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

No packages published

AltStyle によって変換されたページ (->オリジナル) /