Timothé Larivière

Results 97 comments of Timothé Larivière

If you can always access the context from the direct parent, maybe we could change `Create` to `static member Create(curr: ViewElement, parentOpt: obj voption)` then? Fabulous can provide the parent...

Yes, absolutely. For the time being, I don't think we can do anything about it. MAUI is currently a clone of Xamarin.Forms, and I'm guessing a lot will change until...

An interesting link showing what MAUI could be: https://github.com/dotnet/maui/issues/28

@PureWeen It will be interesting to see what this restructuring will enable! Adapting MVVM-focused controls to the MVU style is head-scratching at times... Comet seems to share a lot of...

@JustinWick Fabulous will support MAUI. You can see the progress here https://github.com/TimLariviere/Fabulous-new At the same time, we're completely re-architecturing the internals of Fabulous to enable a bunch of new features...

@JbmOnGitHub Plugging a new framework to Fabulous is pretty straightforward. It's mainly about writing wrappers for the new framework to be usable in the view function. This is time consuming...

@ChristophSchmidpeter You can't use Fabulous with Maui yet. Support for it is underway in #919, but to be honest there are many issues with Maui right now so it is...

Hello @gaelian Unfortunately Shell is only partially supported in Fabulous for technical reasons, so I would recommend against using it for the moment. Might be better in the upcoming MAUI...

>do I understand correctly in that the workarounds displayed in the source for that app represent the partial support you allude to (e.g. Routes.fs, etc)? Yes. The thing with Shell...

>Is use of the content argument able to lead to this efficient page loading feature? Yes, it's already using it. `content` maps directly to `ShellContent.ContentTemplate` in reality. So the page...