Skip to content
#

lifting-state-up

Here are 69 public repositories matching this topic...

Chapter-11 is about Data layer of the app. Consider data as if it's oil, use it wisely because that is what powers the engine, and its expensive as well. There were discussion on what is data in React, how to pass data in the component hierarchy, from parent to child, child to siblings, child to parent, and finally throughout the app.

  • Updated Nov 23, 2023
  • JavaScript

I built a nice functional React application that is not overly complex. But, I used all the core features and building blocks that are important for React : Components, props, state with the useState hook, lifting state up, styling, passing functions between the different components and way more ! In short, I used all the core patterns and conce…

  • Updated Mar 28, 2024
  • JavaScript

Improve this page

Add a description, image, and links to the lifting-state-up topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the lifting-state-up topic, visit your repo's landing page and select "manage topics."

Learn more