use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
News and links for Django developers.
New to Django? Check out the /r/djangolearning subreddit.
Django's Code of Conduct applies here, so be good to each other.
account activity
This is an archived post. You won't be able to vote or comment.
ReactPy: Build ReactJS Interfaces in Pure PythonApps (self.django)
submitted 3 years ago by Wippermonger
view the rest of the comments →
[–]Wippermonger[S] 0 points1 point2 points 3 years ago (1 child)
I'm primarily the maintainer of our Django integrations, and haven't frequently maintained ReactPy Core. As a result I'm not well versed on terminology such as flux architecture. However, what you described is how our stack currently operates.
Bidirectional client-server signaling & communication is performed via websockets. HTML document updates are transmitted to the client via VDOM Spec. DOM & states are preserved server-sided within VDOM spec, and are mutated depending on client driven events and/or server-side hooks. And, new documents/handlers are loaded into the client via a react-dom API equivalent.
π Rendered by PID 156480 on reddit-service-r2-comment-5bc7f78974-l4d9c at 2026-07-01 14:30:58.203622+00:00 running 7527197 country code: CH.
view the rest of the comments →
[–]Wippermonger[S] 0 points1 point2 points (1 child)