https://github.com/r17x/rescript-pulo
⚡️ [Pulo.dev] with ReScript, React, Recoil, and Chakra
https://github.com/r17x/rescript-pulo
chakra-ui react recoil rescript
Last synced: 5 months ago
JSON representation
⚡️ [Pulo.dev] with ReScript, React, Recoil, and Chakra
- Host: GitHub
- URL: https://github.com/r17x/rescript-pulo
- Owner: r17x
- License: mit
- Created: 2021-08-01T21:30:21.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2021-08-10T04:14:59.000Z (about 4 years ago)
- Last Synced: 2025-05-06T19:14:02.771Z (5 months ago)
- Topics: chakra-ui, react, recoil, rescript
- Language: ReScript
- Homepage: https://pulo-dev.vercel.app/
- Size: 202 KB
- Stars: 16
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# [Pulo.dev](https://pulo.dev) dalam kemasan **[rescript-chakra](https://rescript-chakra.vercel.app)**
> ✨ Bootstrapped with Create Snowpack App (CSA).
## Pustaka yang digunakan
* [@rescript/react](https://github.com/rescript-lang/rescript-react) : **ReactJS** dalam kemasan `ReScript`.
* [rescript-recoil](https://github.com/bloodyowl/rescript-recoil) : **ReactJS** dalam kemasan `ReScript` (State Management).
* [bs-fetch](https://github.com/reasonml-community/bs-fetch) : **FetchAPI** dalam kemasan `ReScript`.
* [decco](https://github.com/reasonml-labs) : Sebuah library agar struktur data `JSON` dapat di `decode` atau `encoder` menjadi sebuah type data yang didukung oleh `ReScript` misalnya `Record`.## Fitur
* [x] Daftar Artikel
* [x] _Filter_
* [x] _Pagination_
* [ ] _Search_ 🤔## Available Scripts
### npm start
### npm run build
### npm test
Thank you