You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
1. You don't have to think about where your modal component should fit into component tree, because it doesn't really matter where to render a modal.
85
85
86
-
2. No need to `connect()` your modal component to Redux, unless you want it to be able to create create other modals itself.
86
+
2. No need to `connect()` your modal component to Redux, unless you want it to be able to create other modals itself.
87
87
88
88
## Acknowledgements
89
89
Thanks [@yesmeck](https://github.com/yesmeck), author of [`redux-modal`](https://github.com/yesmeck/redux-modal), for webpack config I borrowed.
0 commit comments