aa1588 / campusXchange

A Campus-Focused Marketplace Addressing UNT Student Needs
3 stars 0 forks source link

Explore React Context API: Frontend State Management #11

Closed aa1588 closed 1 month ago

aa1588 commented 1 month ago

Related to User Story #1

Description This task focuses on researching and understanding how to implement the React Context API for state management. The goal is to explore how Context API can be used to pass data through the component tree without relying on props. The outcome will include a basic implementation of Context API to manage global state and share data across different components in a React application, providing an alternative to more complex state management solutions like Redux.

aa1588 commented 1 month ago

@sudinjoshi please refer this example: context-api