React使用技巧(二)

1、JSX书写技巧

  •  JSX的常用注释方法:{/* 多行注释 */}
  •  JSX为了避免和Class 混淆,不能写CSS class,使用className代替
  •  字符串解析为html的方法是使用<div dangerouslySetInnerHTML = {{__html:item}}></div> 注意这里是两个{},两个_
  •  JSX为了避免和JS的for循环混淆,不能写 <lable for="id"></lable>,使用 <lable htmlFor="id"></lable> 代替

2、React快速生成代码插件Simple React Snippets,常用快速生成指令如下:

SnippetRenders
imrImport React
imrcImport React / Component
imptImport PropTypes
impcImport React / PureComponent
ccClass Component
cccClass Component With Constructor
sfcStateless Function Component
cdmcomponentDidMount
cwmcomponentWillMount
cwrpcomponentWillReceiveProps
gdsgetDerivedStateFromProps
scushouldComponentUpdate
cwucomponentWillUpdate
cducomponentDidUpdate
cwucomponentWillUpdate
cdccomponentDidCatch
gsbugetSnapshotBeforeUpdate
sssetState
ssfFunctional setState
renrender
rpropRender Prop
hocHigher Order Component
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值