Skip to content

Commit 9019966

Browse files
Add reference to mobx-react-observer (#4542)
As suggested by @mweststrate : #4537 (comment)
1 parent 5f44d7c commit 9019966

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/react-integration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ hide_title: true
88

99
# React integration
1010

11-
Usage:
11+
This documentation outlines how to manually apply observation to React components. However, by using the [mobx-react-observer](https://github.com/christianalfoni/mobx-react-observer) Babel/SWC plugin, you can automatically handle observation without manual intervention. Still, understanding how MobX observation integrates with React components remains valuable, even when leveraging automated solutions.
1212

1313
```javascript
1414
import { observer } from "mobx-react-lite" // Or "mobx-react".

0 commit comments

Comments
 (0)