Loading

Quipoin Menu

Learn • Practice • Grow

react / Lifting State Up in React
exercise
1/5
Exercise 1React
Question

Create two sibling components: TemperatureInput (with an input) and BoilingVerdict (displays whether water boils). Lift state up to a common parent that manages the temperature and passes down props.