{"library":"react-dom-factories","type":"library","category":null,"description":"react-dom-factories is a legacy add-on package, currently at version 1.0.2, that provides pre-configured DOM factory methods for creating React elements. These factories, such as `DOM.div` or `DOM.p`, were originally part of React itself prior to version 16.0.0. The package was created to serve applications that depended on these specific factory functions, allowing them to continue functioning after React itself removed them. However, its use is strongly discouraged in modern React development. Developers are advised to use JSX for declarative UI creation or `React.createElement` (which `createFactory` wraps) instead. The package is considered abandoned, has seen no updates since its initial release, and is not designed for current React versions or development practices, nor does it receive any ongoing maintenance or new releases.","language":"javascript","status":"abandoned","version":"1.0.2","tags":["javascript","react"],"install":[{"cmd":"npm install react-dom-factories","imports":["import DOM from 'react-dom-factories';","const DOM = require('react-dom-factories');","import DOM from 'react-dom-factories';\nconst myDiv = DOM.div(null, 'Hello');"]},{"cmd":"yarn add react-dom-factories","imports":[]},{"cmd":"pnpm add react-dom-factories","imports":[]}],"homepage":"https://facebook.github.io/react/","github":"https://github.com/facebook/react","docs":null,"changelog":null,"pypi":null,"npm":"https://www.npmjs.com/package/react-dom-factories","openapi_spec":null,"status_page":null,"smithery":null,"compatibility":{"summary":{"python_range":"18–22","success_rate":0,"avg_install_s":null,"avg_import_s":null,"wheel_type":null},"url":"https://checklist.day/v1/registry/react-dom-factories/compatibility"},"provenance":{"verified_status":null,"verified_at":null,"last_verified":"Wed Jun 17","next_check":"Sat Jul 18","install_tag":null}}