adospace / reactorui-maui

MauiReactor is a MVU UI framework built on top of .NET MAUI
MIT License
555 stars 46 forks source link

Seperate Solution file for Samples #172

Closed agwanyaseen closed 8 months ago

agwanyaseen commented 8 months ago

Currently to open sample we have to use MauiReactor.sln which also opens framework related code, which I think is a bad design. We can create a new sln file named "MauiReactorSample.sln" inside Samples folder. If this is approved I can take this ahead.

Thank You

adospace commented 8 months ago

Hi, the samples included in this solution are primarily used to test framework features thus they have direct references to the MauiReactor project. If you put those projects inside another solution you'll end up referencing the MauiReactor NuGet package or fall back by adding MauiReactor project to the Samples solution.

Another repo exists that contains many other sample apps and a solution showing all the MauiReactor features: https://github.com/adospace/mauireactor-samples

Probably we need a Gallery/Showcase app (that could be also published to the stores) that shows MauiReactor features including source code.

agwanyaseen commented 8 months ago

This sounds reasonable to not create Another Solution file for Samples. Thanks for sample I was not aware of this repo.

Bdw you are doing a great work @adospace