Sweet uses terminology from the web but the structural concepts map directly to bevy.
Web | Bevy |
---|---|
Component | Scene |
Parent/Child | Parent/Child |
Element | Transform |
Html Node | Entity |
Attribute | Component |
Signal | Observer |
Event | Trigger |
Hydrate | Run App |
Server Islands | Replication Networking |
Render to DOM | Spawn scene |
Renderer to String | Serialize |