-
Notifications
You must be signed in to change notification settings - Fork 747
This issue was moved to a discussion.
You can continue the conversation there. Go to discussion →
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 it easier to start using Uno #443
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. |
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. |
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. |
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 |
And now that integrated RxUI support is almost there it's gonna be easier to update and use other dependent libraries. |
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
|
@ghuntley thank you! |
This issue was moved to a discussion.
You can continue the conversation there. Go to discussion →
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.
The text was updated successfully, but these errors were encountered: