About 5,190 results
Open links in new tab
  1. ReactDOM – React

    ReactDOM These docs are old and won’t be updated. Go to react.dev for the new React docs. These new documentation pages teach modern React: react-dom: Components react-dom: …

  2. ReactDOM – React

    ReactDOM 这些文档已经过时且不再更新,访问 zh-hans.react.dev 查看新的 React 文档。 这些新的文档使用现代 React 语法: react-dom: Components react-dom: APIs react-dom: Client …

  3. ReactDOMClient – React

    The react-dom/client package provides client-specific methods used for initializing an app on the client. Most of your components should not need to use this module.

  4. ReactDOMServer – React

    If you call ReactDOM.hydrateRoot() on a node that already has this server-rendered markup, React will preserve it and only attach event handlers, allowing you to have a very performant …

  5. CDN Links – React

    CDN Links These docs are old and won’t be updated. Go to react.dev for the new React docs. See Add React to an Existing Project for the recommended ways to add React. Both React …

  6. Portals – React

    render() { // React does *not* create a new div. It renders the children into `domNode`. // `domNode` is any valid DOM node, regardless of its location in the DOM. return …

  7. Rendering Elements – React

    Applications built with just React usually have a single root DOM node. If you are integrating React into an existing app, you may have as many isolated root DOM nodes as you like. To …

  8. ReactDOM – React

    ReactDOM Estos documentos son antiguos y no se actualizarán. Vaya a react.dev para ver los nuevos documentos de React. Estas nuevas páginas de documentación enseñan React …

  9. ReactDOM – React

    サーバで描画されたコンテナをクライアントで再利用するために ReactDOM.render() を使用することは非推奨となっています。 代わりに hydrateRoot() を使用してください。

  10. DOM Elements – React

    It only works one level deep, and is intended to be used as an escape hatch. Don’t overuse it. You can read more about hydration in the ReactDOM.hydrateRoot() documentation. value The …