This project demonstrates my basic understanding of React Context by implementing a simple name-changing application with context providers and consumers.
- Uses
createContext
anduseContext
for state management. - Demonstrates provider wrapping and context consumption.
- Separates internal and external context usage.
This is a basic example to illustrate the core concepts of React Context API.