Async update a UI component from change in backend #437
mdbergmann
started this conversation in
General
Replies: 1 comment 5 replies
-
Every thing on the page is live and updateable that is the whole magic of CLOG :) The entire builder a full CL IDE is written in it. Just use your Lispy sense: (setf (text-value somecontrol) "helllo") Did you go through the tutorials? |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello.
I see there is a WS connection. Is it possible to trigger a re-render of a component, like a text field from data that has changed in the backend, i.e. a changed value in the database? I was looking through the documentation, wondering if the 'connection-data', etc. might be it?
Or is there an example?
Beta Was this translation helpful? Give feedback.
All reactions