mirror of
https://github.com/zhigang1992/create-react-app.git
synced 2026-04-26 06:05:47 +08:00
Fix typo (#5494)
This commit is contained in:
@@ -4,7 +4,7 @@ title: Developing Components in Isolation
|
||||
---
|
||||
|
||||
Usually, in an app, you have a lot of UI components, and each of them has many different states.
|
||||
For an example, a simple button component could have following states:
|
||||
For an example, a simple button component could have the following states:
|
||||
|
||||
- In a regular state, with a text label.
|
||||
- In the disabled mode.
|
||||
|
||||
@@ -20,6 +20,6 @@ You can find the companion GitHub repository [here](https://github.com/fullstack
|
||||
## API Platform (PHP and Symfony)
|
||||
|
||||
[API Platform](https://api-platform.com) is a framework designed to build API-driven projects.
|
||||
It allows to create hypermedia and GraphQL APIs in minutes.
|
||||
It allows creating hypermedia and GraphQL APIs in minutes.
|
||||
It is shipped with an official Progressive Web App generator as well as a dynamic administration interface, both built for Create React App.
|
||||
Check out [this tutorial](https://api-platform.com/docs/distribution).
|
||||
|
||||
Reference in New Issue
Block a user