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
Copy file name to clipboardExpand all lines: readme.md
+15Lines changed: 15 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -92,6 +92,21 @@ ReactDOM.render(
92
92
-[dob-redux](https://github.com/dobjs/dob-redux) - You can use both dob and Redux by using it! Enjoy the type and convenience of dob, and the ecology of Redux.
93
93
-[dob-refect](https://github.com/dobjs/dob-refetch) - Auto fetch, away from the trouble of`componentDidUpdate`.
94
94
95
+
##Note
96
+
97
+
###Dependency injection does not support circular references
98
+
99
+
Do not allow circular dependencies between store and action, It's impossible to do like this: