Skip to content

Commit

Permalink
doc: Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jaywcjlove committed Jan 25, 2022
1 parent 44e38d1 commit bc78f08
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions core/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -280,6 +280,16 @@ npm run build

[@timarney](https://github.com/timarney) for having created [react-app-rewired](https://github.com/timarney/react-app-rewired).

**Alternatives**

You can try customize-cra for a set of CRA 2.0 compatible rewirers, or any of the alternative projects and forks that aim to support 2.0:

- [rescripts](https://github.com/rescripts/rescripts), an alternative framework for extending CRA configurations (supports 2.0+).
- [react-scripts-rewired](https://github.com/marcopeg/create-react-app/blob/master/packages/react-scripts/README.md) for a fork of this project that aims to support CRA 2.0
- [craco](https://github.com/sharegate/craco) Create React App Configuration Override, an easy and comprehensible configuration layer for create-react-app.
- [react-app](https://github.com/kriasoft/react-app) Create React App with server-side code support.
- [create-react-app-esbuild](https://github.com/pradel/create-react-app-esbuild) Use esbuild in your create-react-app for faster compilation, development and tests.

## License

[MIT © Kenny Wong](https://github.com/kktjs/kkt/blob/master/LICENSE)

0 comments on commit bc78f08

Please sign in to comment.