Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/zcaudate/legacy.tui-store-jotai

Basic Store Example using Jotai
https://github.com/zcaudate/legacy.tui-store-jotai

Last synced: 30 days ago
JSON representation

Basic Store Example using Jotai

Awesome Lists containing this project

README

        

# Tui Store Basic

Playing with jotai atoms

![](https://user-images.githubusercontent.com/1455572/117857624-8c766880-b2bf-11eb-85a8-af39b169b34f.gif)

### Dev

``` shell
make init
make dev

or

yarn install
yarn dev
```

### Package

``` shell
make package
```