https://github.com/asplunds/better-context
Tiny React context wrapper for using contexts without the hassle
https://github.com/asplunds/better-context
Last synced: 3 months ago
JSON representation
Tiny React context wrapper for using contexts without the hassle
- Host: GitHub
- URL: https://github.com/asplunds/better-context
- Owner: asplunds
- License: mit
- Created: 2022-10-13T22:18:39.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-12-04T13:15:32.000Z (over 2 years ago)
- Last Synced: 2024-02-23T05:42:17.526Z (over 1 year ago)
- Language: TypeScript
- Homepage:
- Size: 1.8 MB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Better Context
Tiny React context wrapper for using contexts without the hassle
This is a monorepo. [Click here for installation instructions](https://github.com/asplunds/better-context/tree/main/packages/better-context#better-context).
## Getting started
1.
```
git clone https://github.com/asplunds/better-context.git
```
```
cd better-context
```
3.
```
npm i
```
4.
```
npm run dev --prefix packages/demo
```