Skip to content
This repository has been archived by the owner on Apr 2, 2022. It is now read-only.

Release 1 - to do list #23

Open
5 of 6 tasks
TimLariviere opened this issue Dec 7, 2021 · 2 comments
Open
5 of 6 tasks

Release 1 - to do list #23

TimLariviere opened this issue Dec 7, 2021 · 2 comments
Milestone

Comments

@TimLariviere TimLariviere added this to the v2 Release #1 milestone Dec 7, 2021
@TimLariviere
Copy link
Owner Author

Other features like ViewRef, Style widgets, perf optimizations will wait for a later time.
The current goal is to release a (minimal) working version publicly so people can try it out.

@TimLariviere
Copy link
Owner Author

Moving #27 and #26 out of release 1

#27 is not really mandatory for the first release. All other frameworks (Elm, React, SwiftUI, etc.) only apply this optimization on repeated controls and enforce the key for all of them. We don't have that today in Fabulous.

ForEach(items, id: \.Id) { item ->
    Text(item.Name)
}

#26 is also not required. We already have very good tree-shaking results in the Fabulous libraries.
Spending more time on this right now doesn't seem worth it.
Moving to .NET 6.0 will be a way better improvement for dll size (shaving off FSharpOptimizationData and FSharpSignatureData which take a few megabytes by themselves).

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant