Results 16 comments of 1da

Coool ~ CSS 也可以实现 :+1: 我有个用 JavaScript 实现的版本 = =, 有兴趣可以看一下。 http://drakeleung.github.io/blog/2016/04/29/justified-layout/

`Rx` 在实际生产中适用的业务场景有哪些,可以举3个 **具体的例子** 吗 🙃 @xufei

Change the URL in the [_config.yml](https://github.com/lyyourc/hexo-theme-again/blob/master/_config.yml#L9-L11) 😬

Set a lock like `loading` to prevent infinite loops ```js async function loadMore() { if (this.state.loading) { return } this.setState({ loading: true }) await fetchUser() this.setState({ loading: false) } ```

嗯,我有空研究一下。

# https://github.com/webpack/webpack/issues/4850

# How to create a _Image gallery_ Recently, I read Web Design with JavaScript and the Document Object Model. It instructs me how to make a image galler. So, the...

# JavaScript语言精粹 ### 目录 => 序 => awful & bad parts => good parts 为什么我要从awful parts看起呢,因为我个人是比较喜欢JS的,可能是接触的language不多吧,未能了解到其他language的good parts。所以,我就想想看看究竟有多awful。然后再来慢慢欣赏good parts. --- 首先,通过内容简介和目录,我了解到了,这本书主要是从几个方面来讲述JS的good parts,以及awful & bad parts。 --- 然后,我看了译者序。讲得很好。 1. 认识了好多new words,例如Qcon, CoffeeScript,还有许多大牛,老道,小马,秦歌。...