KD Chang

Results 19 comments of KD Chang

@YoshiLiao 您好,因為我們範例有使用 babel 當做代碼檢驗,所以要事先安裝相關套件。應該是之前有改到一些訊息所以有代碼檢驗警示,但不影響使用。造成您的困擾真不好意思,我會儘快修正,謝謝您~

@YoshiLiao 您好,我發現我都是綠色訊息的,不會顯示錯誤耶?可以麻煩您再試試嗎?謝謝您~

@PokimLee 請問使用 react-router-example 範例前是否有先執行 `npm install` 安裝套件呢? 下面是目前 `package.json` ,有設定 npm start ,也可以正常執行喔!方便分享你的錯誤訊息截圖嗎?謝謝~ ``` javsscript { "name": "react-router-example", "version": "1.0.0", "description": "", "main": "webpack.config.js", "scripts": { "start": "webpack-dev-server --colors --inline...

@PokimLee 您好 由於為了讓引入模組(module)路徑更為簡潔,所以有使用 `index.js` 檔案於 Main 資料夾下,內容: `export { default } from './Main';` ,不知道是否建立呢? ![從零開始學 ReactJS(ReactJS 101)](http://i.imgur.com/Abd3g70.png) 可以參考看看 [完整範例程式碼](https://github.com/kdchang/reactjs101/tree/master/Ch07/react-redux-example) 剛剛測試應該是可以運行的,若有問題歡迎提出討論,謝謝您!

@hategold 目前有簡單的資料夾結構圖片,會再找時間補上更清楚的資料夾結構和檔案位置方便讀者閱讀,謝謝您的建議:)

sorry, let me check it later :) The case purpose is not single page app, but server side rendering.

@yachtingchen cool. I will check it. thanks a lot:)

@cllgeek 您好,請問是哪個範例專案產生的錯誤呢?您有先使用 `npm isntall` 嗎?謝謝您~

@cllgeek 方便提供您問題的截圖和執行環境嗎?比較方便協助除錯,謝謝您~

@yehjames 請問是指要用 React + Node + MongoDB 開發類似 Google Form 應用程式的實戰教學範例嗎?