babashka / sci.configs

A collection of ready to be used SCI configs
https://babashka.org/sci.configs/
Other
19 stars 17 forks source link

Add reframe db #18

Closed benjamin-asdf closed 1 year ago

benjamin-asdf commented 1 year ago

I am not sure how to test it.

benjamin-asdf commented 1 year ago
  (:require [re-frame.interop :refer [ratom]]))

;; -- Application State  --------------------------------------------------------------------------
;;
;; Should not be accessed directly by application code.
;; Read access goes through subscriptions.
;; Updates via event handlers.
(def app-db (ratom {}))

re-frame db might be useful while developing.

borkdude commented 1 year ago

Can you bump sci.config in the relevant project? Not sure if this was for nbb or scittle, but welcome to bump them both