logo
React Study
githublogosidecus

Class Component

Class component with a counter state.It uses React lifecycle events to update window title.

You clicked 0 times


Function Component

Function component with a counter state.It uses useEffect hooks to update window title.

You clicked 0 times


Child Function Component Rerendering

ButtonA and ButtonB are childrens of the same parent component.Both of them will cause parent component to rerender. Click to see the differences.

You clicked 0 times

ButtonA rendered 1 times; ButtonB rendered 1 times