Fabulous-new icon indicating copy to clipboard operation
Fabulous-new copied to clipboard

Fabulous v2 - Work in progress

Results 15 Fabulous-new issues
Sort by recently updated
recently updated
newest added

Currently we benchmark with .NET 6 JIT, while it is awesome to have something going, we probably want a closer to Fabulous actual use case: mobile AoT compilation with Mono....

One thing I was thinking about if we can make convert functions optional (`ValueOption`). My understanding that it is `id` function mist of the time. If that is true, skipping...

We need to write all the decisions we made for the architecture of v2, including details on: - [ ] Add glossary of all the internal names (Widgets, Scalar/Widget/WidgetCollection attributes,...

It would be great to enable styling through specialized Widgets like `LabelStyle()`, `ButtonStyle()`, etc. Those styles would be passed to `.styles([...])` modifiers at both the control level and application level....

## Context As it stands we have boxing/unboxing shenanigans accessing Attribute values. simplified pseudocode: ```fs let paddingKey = 4424 // opaque int number let paddingValue = 3.14 // float value...