mooncakelmn

Results 8 comments of mooncakelmn

@starbornone is right, we could create our own data to make sure Taiwan is part of China to represent the truth. Check the raw data in https://github.com/zcreativelabs/react-simple-maps/tree/master/topojson-maps, which is mentioned...

Guys, let's not create duplicated tickets and focus on https://github.com/zcreativelabs/react-simple-maps/issues/19

文章写的很细 :+1: Angular组件化开发的时候,再用这种类似DOM的event flow有很多痛点。比如文中介绍的stop propagation和prevent default。这种基于scope chain逐级bubble和capture的模式,开发人员手动控制的地方太多,使用起来还不如简单粗暴的使用单一的dispatcher。

这个想法很cool,代理层的polyfill,各种云端监控搞起来会比现在提升一大步。有个问题,实时性这块在资源更新后的第一次访问时怎么保证高效。这块即使local开发做起来都不是很快

@hax > 但是,这样的方案是不是胜过了我一直推荐的CSS preprocessor的方案?我认为没有。 大神推荐的CSS preprocessor的方案哪里有介绍?给个link呗?多谢

@hax 多谢大神的快速响应,这篇文章比较的非常细致,加深了我对这三大preprocessor的理解。 但是依然没能解决我的问题。这种方案还是在开发阶段保证了模块化(组件化)。一旦编译之后到生产环境下,还是会变成全局的CSS,依然避免不了组件被污染。但是React用inline style的方式,就大大降低了被污染的可能。

@cssmagic [Radium](https://github.com/FormidableLabs/radium#how-does-radium-work) 用DOM Event 实现了`:hover` `:focus` `:active`

表示直接把babel依赖定格在了 5.8.xx,刚由工具转型到平台,估计开始要混乱一阵子。 ps 好黑的label