File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -51,9 +51,9 @@ class Component from React.Component {
5151It 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 )
You can’t perform that action at this time.
0 commit comments