目录UI组件渲染性能方案一:shallow compare总结:react 一直遵循UI = fn(state) 的原则,有时候我们的state却和UI不同步 有时候组件本身在业务上不需要渲染,却又会再一次re-render。之前在项目中遇到的一些问题,这
i need to show a number to a user : 1.96666777 (timeHour) moduloformat = [NSString stringWithFormat:@\"%0.0f hours \",timeHour];