|
|
|
|
|
by Sn3llius
636 days ago
|
|
Hey, Rio dev here. Love to see us on Hackernews <3 Rio comes with its own set of debug tools, so I don't see debugging as a problem. Our components even explain their entire layouting flow, so I'd argue debugging Rio layout is much easer than CSS :P For example, here's an excerpt of what the built-in dev-tools have to say about a button in one of my apps: > The component was allocated a width of 104.0 by its parent MyRoot. Due to align_x being set, the Button only takes up the minimum amount of space necessary and is centered in the available space. |
|