Skip to content

Commit 2cad21d

Browse files
committed
doc: name the used pattens
1 parent 42e0dab commit 2cad21d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,9 +51,9 @@ class Component from React.Component {
5151
It can render the following types:
5252

5353
- [Stateless Function Components (SFC)](https://reactjs.org/docs/components-and-props.html#functional-and-class-components)
54-
with one argument (the common `props` case)
54+
with one argument (the common `props` case) aka _Render Props Pattern_
5555
or [optional with several arguments](#use-createrender-to-pass-down-several-arguments)
56-
- [Class Components](https://reactjs.org/docs/react-component.html)
56+
- [Class Components](https://reactjs.org/docs/react-component.html) aka _Component Injection Pattern_
5757
- [Context](https://reactjs.org/docs/context.html) Provider and Consumer
5858
- [Forward Refs](https://reactjs.org/docs/react-api.html#reactforwardref)
5959
- [Factories](https://reactjs.org/docs/react-api.html#createfactory)

0 commit comments

Comments
 (0)