Fork me on GitHub
#clerk
<
2024-04-06
>
Carsten Behring18:04:06

Could an Cerk extension be written, which moves Clerk in the direction of "streamlit" ? So "data science web apps" vs notebooks ? I have seen Clerk demos of "input" and "reactive" output which seems to show this, but I am not sure if this can be "abstracted", so that I can write:

(def x (clerk/input "x"))
(clerk/html x)
And it does the right thing, (= so re-render when x gets new input)

mkvlr18:04:31

clerk’s caching currently works on the level of vars, so we don’t yet cache function applications. Plan to look into this though.

jackrusher09:04:53

… and it’s definitely part of the larger vision of Clerk 🙂

arohner09:07:04

Sorry to resurrect this thread, but do controls work with static builds? I’m evaluating using clerk for some internal tools, and it’s a security problem for us to deploy eval to production

jackrusher10:07:14

Anything that requires a live back end will not work with a static build. (I can’t answer more specifically without more details about your situation.)

arohner10:07:02

Yeah, makes sense when I think about it

👍 1