You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi @postspectacular! I recently wrote a post on an architecture I call Jive. It requires a vDOM or rDOM (preferably) but on the server (in Clojure). Now, I'm trying to implement the thing but I'm struggling to figure out where to start and how it should work.
Generally, the API should be very similar to rdom or reagent in that it uses hiccup and re-renders as derefable/watchable things update. But instead of doing DOM updates directly it would need to generate a patch command to send to the frontend.
Would appreciate any pointers / guidance.
Thank you!
The text was updated successfully, but these errors were encountered:
Hi @postspectacular! I recently wrote a post on an architecture I call Jive. It requires a vDOM or rDOM (preferably) but on the server (in Clojure). Now, I'm trying to implement the thing but I'm struggling to figure out where to start and how it should work.
Generally, the API should be very similar to rdom or reagent in that it uses hiccup and re-renders as derefable/watchable things update. But instead of doing DOM updates directly it would need to generate a patch command to send to the frontend.
Would appreciate any pointers / guidance.
Thank you!
The text was updated successfully, but these errors were encountered: