Context Packages

stack-scoped

Like React Context API but with ordinary functions.

1.0.2 • Published 4 years ago

thin-react-context

This code defines a React context for managing user data in a React application. It imports the React library and a User type from 'thin-backend'. Then, it defines a UserContext interface with four properties: user, userId, setUser, and setUserId. The Use

1.0.0 • Published 2 years ago