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
-5Lines changed: 0 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -21,13 +21,8 @@ The add-ons below are in the development (unminified) version of React only:
21
21
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
-
<<<<<<< HEAD
25
24
-[`PureRenderMixin`](pure-render-mixin.html). Use [`React.PureComponent`](/docs/react-api.html#reactpurecomponent) instead.
26
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. We recommend using [`React.PureComponent`](/docs/react-api.html#reactpurecomponent) instead.
27
-
=======
28
-
-[`PureRenderMixin`](pure-render-mixin.html). Use [`React.PureComponent`](/docs/react-api.html#reactpurecomponent) instead.
29
-
-[`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.
30
-
>>>>>>> a66e63b57527a3310573f49064b13dc64d6a0849
31
26
-[`update`](update.html). Use [`kolodny/immutability-helper`](https://github.com/kolodny/immutability-helper) instead.
32
27
-[`ReactDOMFactories`](dom-factories.html), pre-configured DOM factories to make React easier to use without JSX.
0 commit comments