Get Started with MauiReactor - Component-based UI & MVU for .NET MAUI

  Рет қаралды 7,871

Gerald Versluis

Gerald Versluis

Күн бұрын

Пікірлер: 50
@jfversluis
@jfversluis Жыл бұрын
Looking for more ways to _not_ use XAML? Check out these videos 👇 Which one do you like the most? C# for Markup Extensions: kzbin.info/www/bejne/pHSxmWx9YrZpbpo BlazorBindings.Maui: kzbin.info/www/bejne/jZanqGZti7N5brs Comet MVU: kzbin.info/www/bejne/a2O1nodogq55sMk
@obinnaokafor6252
@obinnaokafor6252 Жыл бұрын
Thank you Gerald. Please could you redo Comet video as some new features have been added to the framework
@mikelopez-tp2ku
@mikelopez-tp2ku Жыл бұрын
Thanks for the video. Yes, I'm always looking for alternatives to XAML because I loathe XAML. MVU is new to me. I watched your video and pulled up some articles on MVU and it seems to me MVU (Model-View-Update) should be called SVU (State-View-Update). In any event I like it a lot. Combining this with C# Markup is starting to look like a winning combination. I haven't looked into Comet at this time. Thanks again, Gerald. Your videos are always very informative.
@davidbrenchley
@davidbrenchley Жыл бұрын
Would love to do MVU but don't know which framework would be better. Looking at comet, but nothing has been happening in the repository for months. Wondering if Microsoft will pick it up officially. Don't want to pick a framework, build lots then have the framework disappear.
@lemoncrazedcamel
@lemoncrazedcamel Жыл бұрын
The person working on it left Microsoft and hasn’t really done much on it since :(
@davidbrenchley
@davidbrenchley Жыл бұрын
@@lemoncrazedcamel that's unfortunate. From what I saw Microsoft really slated MVU as a good reason to move over the MAUI, but then nothing.
@obinnaokafor6252
@obinnaokafor6252 Жыл бұрын
​@@lemoncrazedcamel But it is already good to go - he even has some apps in apple and Google stores. But PRs and contributions are welcome to Comet.
@ademineshat
@ademineshat 8 ай бұрын
Net maui should definitely take a look at this. This will make everyone's life easier 😂
@jfversluis
@jfversluis 8 ай бұрын
Don’t worry, we are. But make no mistake. XAML has a big fan base!
@homerokzam
@homerokzam Жыл бұрын
I find MVU much better to work with than MVVM. I like Comet ... but I will study MauiReactor
@jfversluis
@jfversluis Жыл бұрын
I think I should make some video(s) on MauiReactor!
@aguilaaudax1362
@aguilaaudax1362 Жыл бұрын
This is great, it would be nice to go deeper on MVU only c#-components with Reactor, thanks from Argentina
@haskeverheijen6968
@haskeverheijen6968 3 ай бұрын
Thanks Gerald for this short overview of MauiReactor. Looks really attractive to use. Awesome!
@tscholze
@tscholze Жыл бұрын
Awesome as alway!
@RamasamyN-o5p
@RamasamyN-o5p 6 ай бұрын
MauiReactor is awesome and I like it
@Brendan2Alexander
@Brendan2Alexander Жыл бұрын
Excellent overview Gerald thank u! Am definitely interested in getting deeper into this, MauiReactor, and Comet.
@jfversluis
@jfversluis Жыл бұрын
Glad it was helpful!
@ahmedma527
@ahmedma527 Жыл бұрын
Great. I hope Maui team add this in the framework.
@jfversluis
@jfversluis Жыл бұрын
That would be cool!
@acmesoft
@acmesoft Жыл бұрын
it's amazing!!! I want more vids! :D
@jfversluis
@jfversluis Жыл бұрын
More to come!
@richardalexanderjimenezrij2197
@richardalexanderjimenezrij2197 Жыл бұрын
Can someone tell me how to navigate Comet? I'm trying to use IStackNavigation and I can't get it
@martinchr
@martinchr Жыл бұрын
Thanks for another video 👍 I would love to see a video about opening the camera as a view inside an app and taking pictures, instead of opening the actual camera app on the phone
@dwightbennett8746
@dwightbennett8746 Жыл бұрын
Hi Gerald, Great video introducing us to MVU. Can you show a more complex example such as calling a backend web service or data base and updating our UI and State?
@rikudouensof
@rikudouensof Жыл бұрын
Woa, this is cool. I still love xaml, and use it on more than maui. great stuff, want to see where it leads
@sistemivolos6647
@sistemivolos6647 Жыл бұрын
Hi, thank you for the video, but how can I automatically lauch the hot relead script when I build the project? Thank you.
@joaoalen
@joaoalen 11 ай бұрын
I think you can put this in csproj file
@Brendan2Alexander
@Brendan2Alexander Жыл бұрын
How would u compare MauiReactor to Comet?
@markoviitanen2671
@markoviitanen2671 Жыл бұрын
Is it possible for you to make a simple video about how to prevent screen lock to activate. I have done Boxing round timer, but the screen goes black after a while and it seems to be tricky to keep it on.
@jfversluis
@jfversluis Жыл бұрын
Have you seen the KeepScreenOn functionality? learn.microsoft.com/dotnet/maui/platform-integration/device/display?view=net-maui-7.0&tabs=android#keep-the-screen-on
@sens1tiv838
@sens1tiv838 Жыл бұрын
So if it's written in C# it means it's debuggable? I think that'd be the best part. (Sorry if my question is dumb, I'm kind of new to things other than pure C# and WPF)
@rorydaines3176
@rorydaines3176 Жыл бұрын
Not a dumb question we are all learning here, If you use MVVM architecture your viewmodels should have all your logic which is written in C# and therefore makes it easy to test/debug.
@jfversluis
@jfversluis Жыл бұрын
Definitely what Rory says: this is a safe space to ask any questions! Sorry I didn’t show that, yes, this is 100% debuggable. Check this video where Adolfo shows that himself: kzbin.info/www/bejne/rZCunmh3rteYipI
@SayyadHasan
@SayyadHasan Жыл бұрын
Thanks for video, absolutely its very nice
@jfversluis
@jfversluis Жыл бұрын
Thank you!
@niharikasaraswat2181
@niharikasaraswat2181 Жыл бұрын
How we can disable CORS functionality in web view for xamarin android?
@jfversluis
@jfversluis Жыл бұрын
Afaik that is something you’ll need to disable on the server-side
@niharikasaraswat2181
@niharikasaraswat2181 Жыл бұрын
@@jfversluis yup but how we can do it in server side can you provide some references
@Golden_games
@Golden_games Жыл бұрын
hey I noticed there is no calender view in maui any plans to make or add it
@jfversluis
@jfversluis Жыл бұрын
Check XCalendar plugin or one of the bigger control vendors. We have no immediate plans to add it in the near future.
@Golden_games
@Golden_games Жыл бұрын
@@jfversluis I tried Xcalendar but the dates were not showing
@larscwallin
@larscwallin Жыл бұрын
Looking good 👍 More on this 🙏
@jfversluis
@jfversluis Жыл бұрын
Thanks! Will do!
@josedonizeteoliveirajunior1744
@josedonizeteoliveirajunior1744 Жыл бұрын
Very good! Thanks
@jfversluis
@jfversluis Жыл бұрын
Thank you!
@MuhammadNadeem-wj6xd
@MuhammadNadeem-wj6xd Жыл бұрын
Very nice Gerald
@jfversluis
@jfversluis Жыл бұрын
Thanks! But in this case Adolfo did all the amazing work! 😄 would you like to learn more about this style?
@2005Azm
@2005Azm Жыл бұрын
Fantastic
@jfversluis
@jfversluis Жыл бұрын
Glad you like it! Better than XAML?
Component-based UI for .NET MAUI with MauiReactor
28:02
dotnet
Рет қаралды 10 М.
Take Pictures in Your App with CameraView for .NET MAUI
19:05
Gerald Versluis
Рет қаралды 6 М.
Spongebob ate Michael Jackson 😱 #meme #spongebob #gmod
00:14
Mr. LoLo
Рет қаралды 10 МЛН
pumpkins #shorts
00:39
Mr DegrEE
Рет қаралды 50 МЛН
.NET MAUI MVU With Comet: Getting Started in VS Code
17:12
Gerald Versluis
Рет қаралды 11 М.
Getting Started with .NET MAUI and SignalR: Real-Time Chat App
20:13
Gerald Versluis
Рет қаралды 27 М.
Starting .NET MAUI Development in 2024 - What You Need To Know
35:18
James Montemagno
Рет қаралды 71 М.
Start Your New .NET MAUI App with These Amazing Templates!
15:06
Gerald Versluis
Рет қаралды 25 М.
Build .NET MAUI Apps Faster with App Accelerator
22:22
dotnet
Рет қаралды 20 М.
Use App Center Analytics, Crashlytics and more with .NET MAUI
17:38
Gerald Versluis
Рет қаралды 10 М.
NSURLProtocol: How I Stole an App For My Wedding
56:25
Bryce Bostwick
Рет қаралды 38 М.
Xamarin.Forms and .NET MAUI MVVM vs MVU - XamExpertDay 2021
44:29
Gerald Versluis
Рет қаралды 4,2 М.
.NET MAUI Maps: A First Look - Pins, Polygons and more!
16:35
Gerald Versluis
Рет қаралды 20 М.