Skip to content

Commit 32b13c3

Browse files
committed
Update README.md
1 parent c12c343 commit 32b13c3

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

README.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -218,3 +218,15 @@ export default class App {
218218
/* ... */
219219
}
220220
```
221+
222+
## FAQ
223+
224+
### How does hot reloading work?
225+
226+
* http://webpack.github.io/docs/hot-module-replacement.html
227+
* http://gaearon.github.io/react-hot-loader/
228+
* those `module.hot` lines in the dispatcher example above
229+
230+
### But you're using strings for injecting actions and store state!
231+
232+
I'm not super happy about strings. If you find a better way, let me know and file an issue with your suggestions.

0 commit comments

Comments
 (0)