An open API service indexing awesome lists of open source software.

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

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
```