Skip to content

Commit fc3a5d8

Browse files
authored
Link to Parcel in Starter Kits (reactjs#991)
<!-- Thank you for the PR! Contributors like you keep React awesome! Please see the Contribution Guide for guidelines: https://github.com/reactjs/reactjs.org/blob/master/CONTRIBUTING.md If your PR references an existing issue, please add the issue number below -->
1 parent 94ccd07 commit fc3a5d8

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

content/community/tools-starter-kits.md

+1
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ permalink: community/starter-kits.html
1313
* **[nwb](https://github.com/insin/nwb)** - A toolkit for React apps, libraries and other npm modules for the web
1414
* **[razzle](https://github.com/jaredpalmer/razzle)** - Create server-rendered universal JavaScript applications with no configuration
1515
* **[Neutrino](https://neutrino.js.org/)** - Create and build modern JavaScript applications with zero initial configuration
16+
* **[Parcel](https://parceljs.org)** - Blazing fast, zero configuration web application bundler that [works with React](https://parceljs.org/recipes.html#react)
1617

1718
## Other Starter Kits
1819

content/docs/create-a-new-react-app.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ The following toolchains offer more flexiblity and choice. We recommend them to
7474

7575
- **[nwb](https://github.com/insin/nwb)** is particularly great for [publishing React components for npm](https://github.com/insin/nwb/blob/master/docs/guides/ReactComponents.md#developing-react-components-and-libraries-with-nwb). It [can be used](https://github.com/insin/nwb/blob/master/docs/guides/ReactApps.md#developing-react-apps-with-nwb) for creating React apps, too.
7676

77-
- **[Parcel](https://parceljs.org/)** is a very fast JavaScript bundler that requires no configuration.
77+
- **[Parcel](https://parceljs.org/)** is a blazing fast, zero configuration web application bundler that [works with React](https://parceljs.org/recipes.html#react)
7878

7979
- **[Razzle](https://github.com/jaredpalmer/razzle)** is a server-rendering framework that doesn't require any configuration, but offers more flexibility than Next.js.
8080

0 commit comments

Comments
 (0)