alternatives-to-ejecting.md 606 Bytes
Newer Older
1
2
---
id: alternatives-to-ejecting
Kristofer Selbekk's avatar
Kristofer Selbekk committed
3
title: Alternatives To Ejecting
4
5
---

6
[Ejecting](/docs/available-scripts#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).