Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/gaku-sei/reason-context

Experiments with Reason React and the Context API for a better state management!
https://github.com/gaku-sei/reason-context

Last synced: about 1 month ago
JSON representation

Experiments with Reason React and the Context API for a better state management!

Awesome Lists containing this project

README

        

# Concept

## Run Project

```sh
yarn
yarn start
```

or

```sh
npm install
npm start
```