Advanced Concepts
Lifting State Up
React reference for Lifting State Up.
Lifting State Up
React documentation for Lifting State Up.
Example
import React from 'react';
export default function Example() {
return (
<div>Example of Lifting State Up</div>
);
}