This commit is contained in:
Soichi Takamura
2019-08-09 13:57:27 +09:00
committed by Alex Krolick
parent a2a905117a
commit cd271384df

View File

@@ -56,7 +56,7 @@ const userProfile = {
### Deprecating "Factory" Components {#deprecating-factory-components}
Before compiling JavaScipt classes with Babel became popular, React had support for a "factory" component that returns an object with a `render` method:
Before compiling JavaScript classes with Babel became popular, React had support for a "factory" component that returns an object with a `render` method:
```js
function FactoryComponent() {