Skip to content

Commit

Permalink
Update CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
FredyC authored Oct 22, 2019
1 parent 148143f commit 78c6b49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
**Improvements**

- Hook based components are now supported by mobx-react (in fact, the package is now implemented using hooks)
- Using `PureComponent` is now _recommended_ for class-based components.
- Using `PureComponent` is now _recommended_ for class-based components or `React.memo` for functional ones.
- For `observer` based components, there will now be an additional `Observer` component in the tree.
- Two new hooks have been exposed, in case you want to manage local state in observable: `useLocalStore` and `useAsObservableSource`.
- `MobXProviderContext` is now exposed from the package, in case you want to consume the context used by `Provider` with a `useContext` hook.
Expand Down

0 comments on commit 78c6b49

Please sign in to comment.