mirror of
https://github.com/facebook/react.git
synced 2025-11-01 09:12:30 +00:00
installation.md: Add missing "as" (#8871)
(cherry picked from commit 39472f1c3e)
This commit is contained in:
committed by
Dan Abramov
parent
589b2ce815
commit
07edc56551
@@ -37,7 +37,7 @@ Create React App doesn't handle backend logic or databases; it just creates a fr
|
||||
|
||||
You don't need to rewrite your app to start using React.
|
||||
|
||||
We recommend adding React to a small part of your application, such an individual widget, so you can see if it works well for your use case.
|
||||
We recommend adding React to a small part of your application, such as an individual widget, so you can see if it works well for your use case.
|
||||
|
||||
While React [can be used](/react/docs/react-without-es6.html) without a build pipeline, we recommend setting it up so you can be more productive. A modern build pipeline typically consists of:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user