voronianski / flux-comparison

:pencil: Practical comparison of different Flux solutions
https://labs.voronianski.dev/flux-comparison/
2.79k stars 214 forks source link

Replace usage of react/lib/keyMirror with keymirror #60

Closed gaearon closed 8 years ago

gaearon commented 8 years ago

React does not encourage people to use its internals. While technically react/lib/keyMirror works we shouldn't rely on it, and should use keymirror NPM module instead. This is what official Flux examples also do.

voronianski commented 8 years ago

@gaearon thanks!