标签:lan find contain com 来源 显示 hub 支持 data-
ReactJS:支持React开发,提供JSX代码提示,高亮显示,ReactJS官方介绍
1、cdm→ componentDidMount: fn() { ... }
2、cdup→ componentDidUpdate: fn(pp, ps) { ... }
3、cs→ var cx = React.addons.classSet;
4、cwm→ componentWillMount: fn() { ... }
5、cwr→ componentWillReceiveProps: fn(np) { ... }
6、cwu→ componentWillUpdate: fn(np, ns) { ... }
7、cwun→ componentWillUnmount: fn() { ... }
8、cx→ cx({ ... })
9、fdn→ React.findDOMNode(...)
10、fup→ forceUpdate(...)
11、gdp→ getDefaultProps: fn() { return {...} }
12、gis→ getInitialState: fn() { return {...} }
13、ism→ isMounted()
14、props→ this.props.
15、pt→ propTypes { ... }
16、rcc→ component skeleton
17、refs→ this.refs.
18、ren→ render: fn() { return ... }
19、scu→ shouldComponentUpdate: fn(np, ns) { ... }
20、sst→ this.setState({ ... })
21、state→ this.state.
标签:lan find contain com 来源 显示 hub 支持 data-
原文地址:https://www.cnblogs.com/GGbondLearn/p/12115316.html