React
文章平均质量分 67
SalmonellaVaccine
这个作者很懒,什么都没留下…
展开
-
How to get simple dispatch from this.props using connect w/ Redux?
http://stackoverflow.com/questions/34458261/how-to-get-simple-dispatch-from-this-props-using-connect-w-reduxI've got a simple React component that I connect up (mapping a simple array/state over转载 2016-12-13 05:03:39 · 448 阅读 · 0 评论 -
What does the three dots in react do?
http://stackoverflow.com/a/41640566/2177408As you know ... are called spread operator which the name represents it allows an expression to be expanded.var parts = ['two', 'three'];var num转载 2017-02-02 07:37:31 · 477 阅读 · 0 评论 -
ReactJS component names must begin with capital letters?!
http://stackoverflow.com/questions/30373343/reactjs-component-names-must-begin-with-capital-lettersI am playing around with the ReactJS framework on JSBin.I have noticed that if my compone转载 2017-02-16 08:02:55 · 710 阅读 · 0 评论