You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
Currently, we have a single solution that aggregates all samples. While I can appreciate the practicality for maintenance, it becomes confusing when attempting to learn how to build something specific. Additionally, some projects fail to load on a Mac. There are instances of projects with 'hidden' dependencies, such as the MAUI version using Xamarin projects. Lastly, there is what I would describe as 'sensory overload' when attempting to read and understand.
Describe the solution you'd like
Imagine a newcomer or an experienced developer seeking guidance on "how to use RxUI with Blazor." They should navigate to the samples repository, encounter a well-organized readme featuring all current samples along with brief descriptions, and easily locate a folder containing the required sample(s).
Once the sample is downloaded, and the developer opens the solution, the only elements visible to them should be the code relevant to their specific inquiry.
Describe alternatives you've considered
Describe suggestions on how to achieve the feature
The entire solution is divided into three steps:
Split the mega solution into smaller solutions and clean up the projects (I'm submitting a PR for this one right away).
Issue a call to action to create proper READMEs for each project (I can contribute to some, but not all, as I'm not proficient in all the technologies involved).
Update the projects to use the latest SDKs and RxUI.
Develop samples for recent libraries such as Blazor, MAUI, Win App SDK, etc.
Additional context
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
Currently, we have a single solution that aggregates all samples. While I can appreciate the practicality for maintenance, it becomes confusing when attempting to learn how to build something specific. Additionally, some projects fail to load on a Mac. There are instances of projects with 'hidden' dependencies, such as the MAUI version using Xamarin projects. Lastly, there is what I would describe as 'sensory overload' when attempting to read and understand.
Describe the solution you'd like
Imagine a newcomer or an experienced developer seeking guidance on "how to use RxUI with Blazor." They should navigate to the samples repository, encounter a well-organized readme featuring all current samples along with brief descriptions, and easily locate a folder containing the required sample(s).
Once the sample is downloaded, and the developer opens the solution, the only elements visible to them should be the code relevant to their specific inquiry.
Describe alternatives you've considered
Describe suggestions on how to achieve the feature
The entire solution is divided into three steps:
Additional context
The text was updated successfully, but these errors were encountered: