From 0f84a4bcdbbf93969b644508430b80541fa7f64a Mon Sep 17 00:00:00 2001 From: shawn wang Date: Sat, 12 May 2018 00:33:59 -0400 Subject: [PATCH] add create-react-app-parcel (#4449) Add create-react-app-parcel to alternatives section in README --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 655aeff4955..7470ef15d81 100644 --- a/README.md +++ b/README.md @@ -202,6 +202,8 @@ Here’s a few common cases where you might want to try something else: * If you want to use **TypeScript**, consider using [create-react-app-typescript](https://github.com/wmonk/create-react-app-typescript). +* If you want to use **Parcel** instead of **Webpack** as your bundler, consider using [create-react-app-parcel](https://github.com/sw-yx/create-react-app-parcel). + * Finally, if you need **more customization**, check out [Neutrino](https://neutrino.js.org/) and its [React preset](https://neutrino.js.org/packages/react/). All of the above tools can work with little to no configuration.