Skip to content

Commit a31ad47

Browse files
committed
update README
1 parent ae99edf commit a31ad47

File tree

2 files changed

+14
-0
lines changed

2 files changed

+14
-0
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22

33
## [Unreleased]
44

5+
### Changed
6+
- New API with useMutableSource (#48)
7+
58
## [4.9.0] - 2020-05-10
69
### Changed
710
- Introduce a special `memo` to be used instead of `trackMemo`

README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
There are several projects related to this repo.
2+
Here's the index for those.
3+
4+
- reactive-react-redux v5-alpha (this repo): This has an experimental react-redux binding with useMutableSource. It provides useTrackedState, which tracks the usage of state in render, and it's originally proposed in this repo.
5+
- [react-tracked](https://github.com/dai-shi/react-tracked): This project is to provide useTrackedState with React Context. v1.5 is fairly stable.
6+
- [react-redux #1503](https://github.com/reduxjs/react-redux/pull/1503): A pull request to add useTrackedState to the official react-redux library.
7+
- [react-tracked #71](https://github.com/dai-shi/react-tracked/pull/71): This provides createTrackedSelector that will create useTrackedState from useSelector.
8+
- [proxy-memoize](https://github.com/dai-shi/proxy-memoize): This is another project which is not tied to React, but combined with useSelector, we get a similarfunctionality like useTrackedState.
9+
10+
----
11+
112
# reactive-react-redux
213

314
[![CI](https://img.shields.io/github/workflow/status/dai-shi/reactive-react-redux/CI)](https://github.com/dai-shi/reactive-react-redux/actions?query=workflow%3ACI)

0 commit comments

Comments
 (0)