Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/mwafrika/test-internship

This is a project to test the use of global state in a react app, using the context api. Using the context api, we can pass data from a parent component to a child component, without having to pass it through the props. This is useful when we have a lot of components that need to access the same data. Technically, we have 3 popular ways to manage
https://github.com/mwafrika/test-internship

react tailwindcss vite

Last synced: 2 days ago
JSON representation

This is a project to test the use of global state in a react app, using the context api. Using the context api, we can pass data from a parent component to a child component, without having to pass it through the props. This is useful when we have a lot of components that need to access the same data. Technically, we have 3 popular ways to manage

Awesome Lists containing this project