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

Commit3e1ab79

Browse files
committed
add implementation to readme
1 parent715082a commit3e1ab79

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

‎README.md‎

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,3 +98,7 @@ const useStoreState = (selector) => {
9898
return state
9999
}
100100
```
101+
102+
##Implementation
103+
104+
Here is my implementation of the[observable state tree](https://github.com/mfbx9da4/observable-state-tree/blob/main/observableStateTree/observableStateTree.ts#L13). I couldn't quite get the above API but I came pretty close[by using proxies](https://github.com/mfbx9da4/observable-state-tree/blob/main/observableStateTree/dotNotationProxy.ts). See the[dot notation example here](https://github.com/mfbx9da4/observable-state-tree/blob/main/pages/dotNotationExample.tsx). See the[react example here](https://github.com/mfbx9da4/observable-state-tree/blob/main/pages/reactExample.tsx).

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp