import cost for createPortal from react-dom is 131kb (gzipped: 42kb)
i tried to import it as look like as createRoot that can import from "react-dom/client" but i can't do that. is there any way to reduce this cost?
import cost for createPortal from react-dom is 131kb (gzipped: 42kb)
i tried to import it as look like as createRoot that can import from "react-dom/client" but i can't do that. is there any way to reduce this cost?
No. it is exported from
react-domso you can't import it fromreact-dom/client. and the cost is not a big deal. why do you care about it at all?