reactpatterns:React开发人员的模式 源码
内容 无状态功能 是定义高度可重用组件的绝妙方法。 他们不抱state ; 它们只是功能。 const Greeting = ( ) => < div> Hi there! < / div > 他们获得了props和context 。 const Greeting = ( props , context ) => < div xss=removed> Hi { props . name } ! < / div > 它们可以定义使用功能块的局部变量。 const Greeting = ( props , context )
文件列表
reactpatterns-master.zip
(预估有个9文件)
reactpatterns-master
index.html
63KB
yarn.lock
3KB
images
learn-react-in-1-hour.png
18KB
scripts
_index.html
4KB
readme-to-index.js
709B
README.markdown
18KB
_redirects
126B
暂无评论