图解 React( 八 )

在后面的文章中我会来讲解完整的代码,但此时你只需简单看一眼关键代码即可:

const

ThinkerWithHat

=

({

hat

})

=>

(

 

<div>

   

<

Hat

type

={

hat

}