You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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…
Este es un convertidor de unidades de tiempo, peso y longitud. Esta codificado con React. En el codigo encontraras Lifting State Up y Components and Props.
MFY Sahaf is an online platform for books and electronics. This React-based application provides users with a comprehensive platform to explore, search, and purchase a variety of books and electronics. It also features weather updates and currency exchange rates.
This is a counter, you can count the unit of product and the item itself. You can add and subtract the amount of product, put the item into trash and calculate the final price of each item - May/2021.
Tic-Tac-Toe game built with React, focusing on lifting state up, derived state, multiple state values, and component-based architecture. The project demonstrates efficient state management using arrays, objects, and nested lists.**
This project demonstrates the use of state hooks and props in a React application. It also showcases how to pass state as props and implement child-to-parent communication.