We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
把 reactjs/redux 加到 clone 下來專案的 remote
reactjs/redux
git remote add upstream https://github.com/reactjs/redux.git
git checkout new-doc-zh-tw git checkout -b doc-update # 隨便 branch 名稱 git fetch upstream git merge upstream/master # 解決衝突 ....然後 commit # 發 Pull Request
npm run docs:publish