Move alternatives to ejecting to its own file

This commit is contained in:
Kristofer Selbekk
2018-10-07 20:12:38 +02:00
parent 81d051c010
commit e94b54cb23
3 changed files with 8 additions and 8 deletions

View File

@@ -0,0 +1,6 @@
---
id: alternatives-to-ejecting
title: Alternatives to Ejecting
---
[Ejecting](#npm-run-eject) lets you customize anything, but from that point on you have to maintain the configuration and scripts yourself. This can be daunting if you have many similar projects. In such cases instead of ejecting we recommend to _fork_ `react-scripts` and any other packages you need. [This article](https://auth0.com/blog/how-to-configure-create-react-app/) dives into how to do it in depth. You can find more discussion in [this issue](https://github.com/facebook/create-react-app/issues/682).

View File

@@ -10,10 +10,3 @@ Below you will find some information on how to perform common tasks.<br>
You can find the most recent version of this guide [here](https://github.com/facebook/create-react-app/blob/master/packages/react-scripts/template/README.md).
## Table of Contents
- [Alternatives to Ejecting](#alternatives-to-ejecting)
## Alternatives to Ejecting
[Ejecting](#npm-run-eject) lets you customize anything, but from that point on you have to maintain the configuration and scripts yourself. This can be daunting if you have many similar projects. In such cases instead of ejecting we recommend to _fork_ `react-scripts` and any other packages you need. [This article](https://auth0.com/blog/how-to-configure-create-react-app/) dives into how to do it in depth. You can find more discussion in [this issue](https://github.com/facebook/create-react-app/issues/682).