Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/musiur/context-api-in-next-js
https://github.com/musiur/context-api-in-next-js
Last synced: 5 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/musiur/context-api-in-next-js
- Owner: musiur
- Created: 2022-07-28T16:39:43.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-07-28T16:58:20.000Z (over 2 years ago)
- Last Synced: 2023-03-04T18:26:28.062Z (over 1 year ago)
- Language: JavaScript
- Homepage: context-api-in-next-js.vercel.app
- Size: 45.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Context API in NextJS
- Hello there! This is Musiur and I have implemented Context API in next js...which will give you the ability to switch them from dark to light and vice verca.
- I have implemented it because I have been facing a problem with global state managment in React Applications.
- After implementing this, we can easily manage states among all the components from on context wrapper component.
- You may dive deep in the project stucture and explore what are over there in the implementation.
- Thank you very much for reading this.
:)