This commit is contained in:
Noel Yoo
2018-10-21 01:53:58 +09:00
committed by Joe Haddad
parent 473fde0e1c
commit ebc721f7d9
2 changed files with 2 additions and 2 deletions

View File

@@ -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.

View File

@@ -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).