squint 2026-02-26

> A small field report on Reagami. Not sure if it is the best channel to share, but the best I could think of since it is built with Reagami (and Scittle) https://github.com/jeroenvandijk/replicend-kanban

🙏 1

so you're loading reagami from source in scittle right?

bb.edn
2: :deps {io.github.borkdude/reagami {:git/sha "7e23c82c37726f9e749a28cf94677b5631df589d"}

backend/api.clj
73:    (scittle-include-tag "reagami/core.cljc")
amazing that even that performs well :)

this isn't actually using squint I guess?

#?(:squint (TextDecoder.) :scittle (js/TextDecoder.)
The last one should work in squint as well?

No I started with squint, but then i couldn't deserialize all the edn from the server properly. I also need to use the Nexus library. So Scittle it is 🙂 But works nicely

Yeah sorry I need to do a bit more cleanup. There should be no squint

Maybe #scittle is an even better channel to share then? :)

there is an EDN library for JS that you can use in squint

not sure if it's 100% spec-compliant

Yeah I just decided to go for safe once I figured I could do Reagami with Scittle. It is already many new libraries and techniques together

👍 1