From eab47dd86fb76dcf762545ceb571f87191a2687d Mon Sep 17 00:00:00 2001 From: shawn wang Date: Sat, 12 May 2018 00:27:03 -0400 Subject: [PATCH] add create-react-app-parcel following up on https://twitter.com/iansu/status/995154881290817538 --- 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.