top of page
Search

Some Thoughts about React

  • Writer: Wang Sibo
    Wang Sibo
  • Nov 3, 2019
  • 1 min read

Updated: Mar 20, 2020


01 Simply display some "<div>", whenever you need. Aslo, you can use "map" function to display multiple "<div>". This makes react components reusable.


02 Props makes you transmit some variable possible.

 
 
 

Comentários


bottom of page