Skip to content

Commit 7daeae4

Browse files
committed
Add note about Reusability/Reusable being in core now
1 parent e29aaab commit 7daeae4

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

doc/PERFORMANCE.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@ These utilities help you avoid work in two ways.
99
1. By making components' `shouldComponentUpdate` fns both easy to create, and accurate (safe). If it compiles, the logic in `shouldComponentUpdate` will be what you expect.
1010
2. By allowing you to cache your own arbitrary data, and build on it in a way such that derivative data is also cached efficiently.
1111

12+
`Reusability`/`Reusable` is part of `core` (as of v1.4.0) where as
13+
the other utilities are part of the `extra` module.
14+
1215
```scala
1316
libraryDependencies += "com.github.japgolly.scalajs-react" %%% "extra" % "1.3.1"
1417
```

0 commit comments

Comments
 (0)