Xuan Huang (黄玄)
Xuan Huang (黄玄)
+1. Agnoster becomes very slow under a huge git repo. That's the main reason I switched to Pure/Refined
@zhouwenbin components 和 pages 的命名冲突其实我是不担心的,如果你严格按照组件化的思路(比如 React, Vue)来开发的话,其实页面也是一个组件,所以页面和组件不能重名在 JS 着一层就是一样的。多个项目也是一样,比如蚂蚁的 React 公用组件就都加了一个前缀作为 namespace > class没有像css modules那样解耦 这个其实我没太明白你具体指什么,如果指模块间的拆分的话,Sass 这类预处理器可以做。如果指改版迭代的话,为什么需要改很多地方,POCss 和 React 一样是通过组件组织可复用代码的呀
@Justineo 你的观点我完全同意, #### 先说两点: 1. 我个人认为 CSS Modules 在解决问题 1 上其实做得很好了。对于 JSer 其实学习成本也不大,混淆也是很有必要的。虽然我觉得**“确实不应该是 CSS 的发展方向”**,但是我几乎也找不到太多问题(其实这里我很想听贺老详细讲讲,贺老这个[待续](https://github.com/hax/hax.github.com/issues/22#issue-67533901)就没下文了) 2. POCss 的存在其实我在 Slides 里说了它其实还是就是个 “Naming Convention” 而已,并且是为 “有迁移成本、有 CSS-engineer (重构) 的团队” 服务的,更多的是出于公司现状的一些考虑。那么既然是命名规约那他肯定是人肉维护的 #### 再说我认为的方向:...
@fuatsengul Thanks for your nice advice! However I am not good at meteor...do you wanna help me? I will really appreciate if you can help me to do that
@fuatsengul Sure! 🙌 👍
https://github.com/Huxpro/huxpro.github.io/blob/master/_config.yml#L94 这里改成 false
@Olafyii Did you turn on the Latex support via `mathjax: true` as mentioned in the ?
cool. I will take a look at it ;)
Read README https://github.com/Huxpro/huxpro.github.io#how-can-i-customize-the-theme-of-code-block
Thanks. The current localization solution is really a hack...I need a more systematic approach doing that :(