Files
create-react-app/docusaurus/docs/alternatives-to-ejecting.md
Ian Schmitz 4c02980f4c Update docs links to prefer HTTPS for supported domains (#6383)
* Update docs links to prefer HTTPS for supported domains

* Fix existing typos
2019-02-10 08:26:49 -08:00

603 B

id, title
id title
alternatives-to-ejecting Alternatives to Ejecting

Ejecting 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 dives into how to do it in depth. You can find more discussion in this issue.