Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/zcaudate/legacy.tui-store-jotai
- Owner: zcaudate
- Created: 2021-05-11T17:14:23.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2021-05-12T05:39:17.000Z (almost 4 years ago)
- Last Synced: 2024-11-14T12:48:08.365Z (3 months ago)
- Language: JavaScript
- Size: 6.84 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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 devor
yarn install
yarn dev
```### Package
``` shell
make package
```