Browse Source

Link to Parcel in Starter Kits (#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

-->
main
Alex Krolick 7 years ago
committed by GitHub
parent
commit
fc3a5d8dcb
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      content/community/tools-starter-kits.md
  2. 2
      content/docs/create-a-new-react-app.md

1
content/community/tools-starter-kits.md

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

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

@ -74,7 +74,7 @@ The following toolchains offer more flexiblity and choice. We recommend them to
- **[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.
- **[Parcel](https://parceljs.org/)** is a very fast JavaScript bundler that requires no configuration.
- **[Parcel](https://parceljs.org/)** is a blazing fast, zero configuration web application bundler that [works with React](https://parceljs.org/recipes.html#react)
- **[Razzle](https://github.com/jaredpalmer/razzle)** is a server-rendering framework that doesn't require any configuration, but offers more flexibility than Next.js.

Loading…
Cancel
Save