yinfxs's recent timeline updates
yinfxs

yinfxs

V2EX member #184069, joined on 2016-07-28 12:46:29 +08:00
yinfxs's recent replies
Jun 16, 2018
Replied to a topic by finalspeed React 一道面试题 React
这样不知道是不是标准答案,但是满足你说的要求:
Jun 16, 2018
Replied to a topic by finalspeed React 一道面试题 React
class Application extends React.Component {
componentDidMount() {
const _ = ReactDOM.findDOMNode(this);
_.parentNode.parentNode.append(_)
}
render(){
return this.props.children;
}
}

//DO NOT MAKE CHANGES BELOW THIS LINE
ReactDOM.render(<Application><div>aoeu</div></Application>, document.getElementById('app'));
Jun 16, 2018
Replied to a topic by finalspeed React 一道面试题 React
看漏了,请忽略我的回复
Jun 16, 2018
Replied to a topic by finalspeed React 一道面试题 React
class Application extends React.Component {
render(){
return this.props.children;
}
}

//DO NOT MAKE CHANGES BELOW THIS LINE
ReactDOM.render(<Application><div>aoeu</div></Application>, document.body);
我用的是 gulp 的 watch ,看我的代码:
@Septembers npm pack 是正解
About   ·   Help   ·   Advertise   ·   Blog   ·   API   ·   FAQ   ·   Solana   ·   5892 Online   Highest 6679   ·     Select Language
创意工作者们的社区
World is powered by solitude
VERSION: 3.9.8.5 · 16ms · UTC 06:05 · PVG 14:05 · LAX 23:05 · JFK 02:05
♥ Do have faith in what you're doing.