You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
reflective-bind
有了这个神器,就不用担心在render函数中写inline functions导致的re-rendering问题了。(With reflective-bind, you can freely use inline functions in render without worrying about wasteful re-rendering of React pure components.)
The text was updated successfully, but these errors were encountered:
GuoYongfeng
changed the title
前端技术日报:20171106期(导读:dob)
前端技术日报:20171106期(导读:dob、reflective-bind、chrome)
Nov 8, 2017
前端技术日报:20171106期
内容推荐
dob 是利用 proxy 实现的数据依赖追踪工具,利用 dob-react 与 react 结合。dob 的核心思想大量借鉴了 mobx,但是从实现原理、使用便捷性,以及调试工具都做了大量优化。
通过解读Chromium 64的源码解读资源优先级、资源被阻止加载等问题。
有了这个神器,就不用担心在render函数中写inline functions导致的re-rendering问题了。(
With reflective-bind, you can freely use inline functions in render without worrying about wasteful re-rendering of React pure components.
)The text was updated successfully, but these errors were encountered: