reactjs101 icon indicating copy to clipboard operation
reactjs101 copied to clipboard

從零開始學 ReactJS(ReactJS 101)是一本希望讓初學者一看就懂的 React 中文入門教學書,由淺入深學習 ReactJS 生態系 (Flux, Redux, React Router, ImmutableJS, React Native, Relay/GraphQL etc.)。

Results 60 reactjs101 issues
Sort by recently updated
recently updated
newest added

Ref的範例, 我無法執行. 代碼中的textarea, 沒有落入ref. [https://github.com/kdchang/reactjs101/blob/master/Ch04/props-state-introduction.md#refs-與表單處理](url) 我是將```handleChange()```方法改成這样. 才順利執行 ``` handleChange(e) { this.setState({value: e.target.value}); } ``` 但不知道這样做, 是否一個好方法?

如下 logger: undefined && undefined.console || window && window.console, ^ ReferenceError: window is not defined

NPM ERR:missing script: start ps.配置信息中好像漏了设置resolve的默认路径。

希望可以加上一個google表單的教學,包含NodeJS&mongoDB的應用

如題~可以介紹一些筆者用的開發工具或套件嗎? 像是 Atom的套件or sublime的套件,或是chrome的plugin,謝謝 :D

寻找对react源码感兴趣的朋友。如果对 react 源码感兴趣的朋友,欢迎一起共建。如果有什么好的外文需要翻译,也可以加到 仓库read.me 中的TODO列表。或者觉得什么文章好,也欢迎提 PR 收录进来。希望能一起对文章质量把关,一起共建社区最好的 react 源码生态环境。 https://github.com/lizuncong/mini-react

Have Added Scaler Topics Page under Prior Knowledge. Kindly Please check the suggested changes.

希望能补上函数式react的用法讲解,对于每一个实例

Message error: Could not find .travis.yml, using standard configuration. I think this project whether lack the .travis.yml ?