reactjs101
reactjs101 copied to clipboard
從零開始學 ReactJS(ReactJS 101)是一本希望讓初學者一看就懂的 React 中文入門教學書,由淺入深學習 ReactJS 生態系 (Flux, Redux, React Router, ImmutableJS, React Native, Relay/GraphQL etc.)。
Hello @kdchang and community, I am currently working on providing an en-US translation for this book. I am posting this issue to avoid others coming along and doing overlap work....
To fix the compiler error at Ch09.
Message error: `Could not find .travis.yml, using standard configuration.` I think this project whether lack the .travis.yml ?
你好~ 我在 npm install 之後用 npm start 後結果編譯失敗... 以下錯誤訊息: ERROR in ./app/index.js Module not found: Error: Cannot resolve module 'react' in /home/jungle/workspace/reactjs101/Ch03/todo-examples/app @ ./app/index.js 5:13-29 ERROR in ./app/index.js Module not...
createAction('SET_RECIPE'); => createAction(SET_RECIPE);
`import PropTypes from 'prop-types'; HelloMessage.propTypes = { name: PropTypes.string }` 否则会报错