@lynx-js/react / PureComponent
Class: PureComponent<P, S, SS>
Extends
Component<P,S,SS>
Type Parameters
Constructors
new PureComponent()
Parameters
Returns
PureComponent<P, S, SS>
Inherited from
Defined in
.pnpm/@types+react@18.3.11/node_modules/@types/react/ts5.0/index.d.ts:1009
new PureComponent()
Parameters
Returns
PureComponent<P, S, SS>
Deprecated
See
Inherited from
Defined in
.pnpm/@types+react@18.3.11/node_modules/@types/react/ts5.0/index.d.ts:1014
Properties
context
If using the new style context, re-declare this in your class to be the
React.ContextType of your static contextType.
Should be used with type annotation or static contextType.
Example
See
Inherited from
Defined in
.pnpm/@types+react@18.3.11/node_modules/@types/react/ts5.0/index.d.ts:1007