Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings
/dobPublic

Commit9c58ada

Browse files
committed
update: add note
1 parent48b61fb commit9c58ada

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

‎readme.md‎

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,21 @@ ReactDOM.render(
9292
-[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.
9393
-[dob-refect](https://github.com/dobjs/dob-refetch) - Auto fetch, away from the trouble of`componentDidUpdate`.
9494

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:
100+
101+
```typescript
102+
classA {
103+
@inject(B) b
104+
}
105+
classB {
106+
@inject(A) a
107+
}
108+
```
109+
95110
##Inspired
96111

97112
-[mobx](https://github.com/mobxjs/mobx)

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp