-
Notifications
You must be signed in to change notification settings - Fork 1.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Make a bedrock #127
Labels
Comments
@GeraudFabien Here is where we are talking a bit more about the bedrock for .net maui Basically we're decoupling the platform implementations from the UI paradigm so as you say I'm going to close this for now but let us know what you think of the direction we're going with the slim renderers |
rookiejava
referenced
this issue
in rookiejava/maui
Aug 26, 2021
rookiejava
referenced
this issue
in rookiejava/maui
Aug 31, 2021
rookiejava
referenced
this issue
in rookiejava/maui
Sep 1, 2021
rookiejava
referenced
this issue
in rookiejava/maui
Sep 2, 2021
rookiejava
referenced
this issue
in rookiejava/maui
Sep 3, 2021
rookiejava
referenced
this issue
in rookiejava/maui
Sep 7, 2021
rookiejava
referenced
this issue
in rookiejava/maui
Sep 10, 2021
rookiejava
referenced
this issue
in rookiejava/maui
Sep 23, 2021
rookiejava
referenced
this issue
in rookiejava/maui
Sep 24, 2021
rookiejava
referenced
this issue
in rookiejava/maui
Sep 30, 2021
rookiejava
referenced
this issue
in rookiejava/maui
Oct 6, 2021
rookiejava
referenced
this issue
in rookiejava/maui
Oct 12, 2021
rookiejava
referenced
this issue
in rookiejava/maui
Oct 14, 2021
rookiejava
referenced
this issue
in rookiejava/maui
Oct 19, 2021
rookiejava
referenced
this issue
in rookiejava/maui
Oct 25, 2021
rookiejava
referenced
this issue
in rookiejava/maui
Nov 5, 2021
rookiejava
referenced
this issue
in rookiejava/maui
Nov 9, 2021
rookiejava
referenced
this issue
in rookiejava/maui
Nov 19, 2021
rookiejava
referenced
this issue
in rookiejava/maui
Nov 22, 2021
rookiejava
referenced
this issue
in rookiejava/maui
Nov 23, 2021
rookiejava
referenced
this issue
in rookiejava/maui
Dec 6, 2021
rookiejava
referenced
this issue
in rookiejava/maui
Dec 7, 2021
rookiejava
referenced
this issue
in rookiejava/maui
Dec 13, 2021
rookiejava
referenced
this issue
in rookiejava/maui
Dec 14, 2021
rookiejava
referenced
this issue
in rookiejava/maui
Dec 20, 2021
rookiejava
referenced
this issue
in rookiejava/maui
Dec 27, 2021
rookiejava
referenced
this issue
in rookiejava/maui
Jan 3, 2022
rookiejava
referenced
this issue
in rookiejava/maui
Jan 17, 2022
rookiejava
referenced
this issue
in rookiejava/maui
Jan 19, 2022
rookiejava
referenced
this issue
in rookiejava/maui
Jan 21, 2022
rookiejava
referenced
this issue
in rookiejava/maui
Jan 27, 2022
rookiejava
referenced
this issue
in rookiejava/maui
Feb 4, 2022
rookiejava
referenced
this issue
in rookiejava/maui
Feb 8, 2022
rookiejava
referenced
this issue
in rookiejava/maui
Feb 10, 2022
ghost
locked as resolved and limited conversation to collaborators
Feb 19, 2022
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Summary
It's great to enable XAML MVVM, MVU or else. But wouldn't it be better to build a base wich work evreywhere and build on top XAML, MVU and evrythinks you want.
The idea is today MVVM and MVU are the hot thinks. Tomorrow it may be a new thinks. Why won't we make a base wich is unrelated to any pattern. And XAML is just a light framework on top of it. This way if a community member want to make it's own framework it could reuse you're framework.
SkiaSharp does that in a way between all plateform compatible to it. And it would be a framework that bring all other platform and feature to it like:
PS : i take bedrock from asp net core. But it's not really related. It's the image and the base idea that important.
I try my best to explain i'm sorry if it's hard to understand.
The text was updated successfully, but these errors were encountered: