https://github.com/jaredly/isomagic-todos
https://github.com/jaredly/isomagic-todos
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/jaredly/isomagic-todos
- Owner: jaredly
- Created: 2017-08-23T05:16:17.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2019-05-29T21:30:29.000Z (about 7 years ago)
- Last Synced: 2025-01-09T21:24:03.429Z (over 1 year ago)
- Language: OCaml
- Size: 299 KB
- Stars: 51
- Watchers: 3
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: Readme.md
Awesome Lists containing this project
README
# Isomagic Todos App

Here's an example app that does a couple of neat tricks:
- the server is compiled with bsb-native
- the client is compiled with bsb
- they share some code
- it uses some custom ppxs that are installed via npm
- `ppx_autoserialize`, which gives us json stringify/parse for free for all
custom types, as well as nice chrome devtools object printing
- `ppx_async`, for `async/await` goodness
- `ppx_guard`, for `guard let` a la swift
#### Here's some chrome devtools
