create-react-app-antd icon indicating copy to clipboard operation
create-react-app-antd copied to clipboard

template update

Open florianwiech opened this issue 4 years ago • 2 comments

Unfortunately react-app-rewired is outdated and does not support CRA 2.0. react-app-rewired shows some alternatives. One of those is craco. It is really easy to setup and offers recipes and plugins. With the use of craco and a plugin it is really easy to setup CRA with antd.

Here my template with create-react-app, antd & craco: https://github.com/florianwiech/react-antd-setup

I think this is a cleaner solution. If you want, you can use it for this template. ✌️

florianwiech avatar May 03 '20 11:05 florianwiech

I'm also wondering why this template doesn't use craco-antd.

empz avatar Jun 11 '20 11:06 empz

I submitted a PR upgrading to react 18 and using craco-antd: #307

aalmada avatar May 31 '22 22:05 aalmada