mirror of
https://github.com/zhigang1992/create-react-app.git
synced 2026-06-14 01:22:20 +08:00
- The JavaScript template uses a function declaration to define the component, the TypeScript template and a page of the documentation used arrow functions. Changed it to use function declarations for consistency and readability.