We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
在這個範例中我們繼承了 Facebook 提供的 Dispatcher API(主要是繼承了 dispatch、register 和 subscribe 的方法),打造自己的 DispatcherClass,當使用者觸發 handleAction() 會 dispatch 出事件。以下是 src/dispatch/AppDispatcher.js:
src/dispatch/AppDispatcher.js 應為 src/dispatcher/AppDispatcher.js
src/dispatch/AppDispatcher.js
src/dispatcher/AppDispatcher.js
The text was updated successfully, but these errors were encountered:
fix typo in ch07
45987ac
close kdchang#81, close kdchang#85
Successfully merging a pull request may close this issue.
Ch07 - flux
路徑錯誤
src/dispatch/AppDispatcher.js
應為src/dispatcher/AppDispatcher.js
The text was updated successfully, but these errors were encountered: