sayll / Todos-react-redux-immutable.js

使用react,redux,react-redux,immutable.js等工具库,完成一个Todos案例。
MIT License
22 stars 5 forks source link

输入后按回车增加list的时候footer组件为什么重新渲染了 #1

Open zentoLu opened 7 years ago

zentoLu commented 7 years ago

https://stackoverflow.com/questions/40703675/react-functional-stateless-component-purecomponent-component-what-are-the-dif 尝试找了一下答案, 虽然stateless组件比较优雅,但是可能会带来额外的性能开销

zentoLu commented 7 years ago

requestSignFromPosts.jsx用来干嘛的,fetch.js不是有现成的polyfill可以引入么,为什么要单独弄个文件放在那里