Make it easier to start using Uno #10239
Replies: 7 comments
-
For now we have not progressed on that front. The Template10 integration in Prism may help having a more complete sample, and WTS is a bit too complex to handle for now (there are too many dependencies). It will probably be easier for now to have the uno vsix include basic templates for some known frameworks, pre configured. |
Beta Was this translation helpful? Give feedback.
-
Looks like Prism dropped UWP support so I think it would be better to stick to Rx. The template should consist of:
I'm willing to participate. |
Beta Was this translation helpful? Give feedback.
-
Would definitely be an interesting addition to the base templates for the vsix templates! If you have a base example that you use for your testing with the ReactiveUI.Uno package, we can start from there. |
Beta Was this translation helpful? Give feedback.
-
So far, I've been using Prism in all my projects. I'm pretty new to RxUI. I love the way it works, but I find it lacks functionality when it comes to DI, navigation and routing. So I'm not so sure about how to design the 'Shell' and the overall bootstrapping of the project. TBH, even they recommend creating all constructors as optional with If I'm to create that project, I'll do it using |
Beta Was this translation helpful? Give feedback.
-
And now that integrated RxUI support is almost there it's gonna be easier to update and use other dependent libraries. |
Beta Was this translation helpful? Give feedback.
-
ICYMI - The workshop from UnoConf has been open-sourced and contains all of my notes from onboarding/joining the team. It's a fantastic resource for learning how to build applications with Uno and also how to work with the source-code under the hood. https://github.com/unoplatform/workshops/tree/master/uno-bootcamp
|
Beta Was this translation helpful? Give feedback.
-
@ghuntley thank you! |
Beta Was this translation helpful? Give feedback.
-
Feature request
Title
Please make it more accessible for new users who who want to try out Uno to start using it, by addressing some of the following features:
Description
I find the preset Uno templates in Visual Studio to be limited. Please port some more template to Uno, such that support more MVVM platforms (like Prism), and especially such that come with a basic navigation/layout setup.
The ideal solution would be having Uno projects created with the WindowsTemplateStudio repo, but for a start, a basic generated responsive navigation setup would be very nice.
Would also be worth looking at the Windows 10 repo.
Additionally, it should be easier to port existing UWP projects to Uno. One way to achieve this can be extending the UWP project-item context-menu so that it offers another option that generates the Android/iOS/WASM projects into the same solution/folder.
Beta Was this translation helpful? Give feedback.
All reactions