craco icon indicating copy to clipboard operation
craco copied to clipboard

Abandoned react-scripts dependency

Open woodrejs opened this issue 1 year ago • 1 comments

Hi I noticed that CRACO heavily relies on react-scripts. However, it seems that react-scripts is no longer being actively maintained, which raises some concerns about the future of CRACO. Could you please clarify, are there any plans to move away from the react-scripts dependency in the future? If not, how do you see CRACO evolving if CRA developers or the community move on from react-scripts? Thanks

woodrejs avatar Oct 11 '24 07:10 woodrejs

react-scripts is the main script package of Create React App and is essentially what's being overridden by CRACO. CRACO is built for Create React App, so it wouldn't make sense for this package to move to something else since newer React frameworks typically support what CRACO does right out of the box. Since CRA is officially deprecated as of a couple of days ago, I'll try to fix some existing bugs to help support existing apps using CRACO but there are no plans for any major updates.

dilanx avatar Feb 17 '25 17:02 dilanx