From 1a25a17ab0cdd1ded9ef53195fd0bb89f3b765ff Mon Sep 17 00:00:00 2001 From: Nathan Hunzaker Date: Mon, 24 Apr 2017 11:08:17 -0400 Subject: [PATCH] Move ReactDOMFactories into separate package (#8356) - Update examples to no longer use React.DOM - Add package and documentation entries for react-addons-dom-factories - Update dom-factories readme - Set up proxy to intercept React.DOM usage - Update ReactDOM children tests to use createElement - Add more specific warning assertion for React DOM factories - Do not use expectDev in ReactDOMFactories tests --- docs/addons.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/addons.md b/docs/addons.md index d0f6a770..b9575b3f 100644 --- a/docs/addons.md +++ b/docs/addons.md @@ -23,6 +23,7 @@ The add-ons below are considered legacy and their use is discouraged. - [`PureRenderMixin`](pure-render-mixin.html). Use [`React.PureComponent`](/react/docs/react-api.html#react.purecomponent) instead. - [`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. - [`update`](update.html). Use [`kolodny/immutability-helper`](https://github.com/kolodny/immutability-helper) instead. +- [`ReactDOMFactories`](dom-factories.html), pre-configured DOM factories to make React easier to use without JSX. ### Deprecated Add-ons