-
Notifications
You must be signed in to change notification settings - Fork 57
Home
P4nd4no edited this page Nov 2, 2024
·
12 revisions
We recently launched Rio, our new framework designed to help you create web and local applications using just pure Python. The response from our community has been overwhelmingly positive and incredibly motivating for us.
With the praise has come a wave of curiosity. The most common question we've encountered is, "How does Rio actually work?" If you've been wondering the same thing, you're in the right place! Here we'll explore the inner workings of Rio and uncover what makes it so powerful.
We will explore the following topics:
- What are Components?
- How does observing Attributes work?
- How does Diffing and Reconciliation work?
- How does our Layouting work?
We are working on technical description for:
- How does the Client-Server Communication work?