Closed
Description
In TypeScript Documentation it write:
import * as React from "react";
but in cra, it use:
Should we use named export rather than default export?
Named export seems to be a more accurate way of expressing the export of react.
In TypeScript Documentation it write:
import * as React from "react";
but in cra, it use:
Should we use named export rather than default export?
Named export seems to be a more accurate way of expressing the export of react.