You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/docs/addons.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -22,7 +22,7 @@ The add-ons below are in the development (unminified) version of React only:
22
22
The add-ons below are considered legacy and their use is discouraged. They will keep working in observable future, but there is no further development.
23
23
24
24
-[`PureRenderMixin`](pure-render-mixin.html). Use [`React.PureComponent`](/docs/react-api.html#react.purecomponent) instead.
25
-
-[`shallowCompare`](shallow-compare.html), a helper function that performs a shallow comparison for props and state in a component to decide if a component should update.
25
+
-[`shallowCompare`](shallow-compare.html), a helper function that performs a shallow comparison for props and state in a component to decide if a component should update. Use [`React.PureComponent`](/docs/react-api.html#react.purecomponent) instead.
26
26
-[`update`](update.html). Use [`kolodny/immutability-helper`](https://github.com/kolodny/immutability-helper) instead.
27
27
-[`ReactDOMFactories`](dom-factories.html), pre-configured DOM factories to make React easier to use without JSX.
0 commit comments