1.0.9 • Published 4 years ago

cra-template-typescript-hmr v1.0.9

Weekly downloads
2
License
MIT
Repository
github
Last release
4 years ago

cra-template-typescript-hmr

This is a TypeScript template with hot module reloading support, for Create React App.

To use this template, add --template cra-template-typescript-hmr when creating a new app.

For example:

npm init react-app my-app --template cra-template-typescript-hmr

# or

yarn create react-app my-app --template create-template-typescript-hmr

For more information, please refer to:

Note

This template uses react-app-rewire-hot-loader, which in turn uses react-app-rewired. The latter overrides react-scripts, which is what powers Create React App. This may break things in future builds, which I will be responsible for fixing.

1.0.9

4 years ago

1.0.8

4 years ago

1.0.7

4 years ago

1.0.6

4 years ago

1.0.3

4 years ago

1.0.2

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago