UserProvider is a React component that provides the UserContext to its children. It uses the useState hook to manage the user and update state.
The props that define the children of the UserProvider.
A React functional component.
UserProvider is a React component that provides the UserContext to its children. It uses the useState hook to manage the user and update state.