Refactor README with first-look step by step working project with commentary#13
Refactor README with first-look step by step working project with commentary#13brotherbill wants to merge 1 commit intoadospace:mainfrom
Conversation
|
Before making other PRs please give me time to review these 13 and 14, with my comments you should get my point of view regarding the documentation, |
|
Will do. Will move forward locally with refactoring, but will defer PR.
It is important that the documentation has a common look and feel.
Brother Bill
"Accentuate the Positive" - High Priest Kwatamani
"If it ain't live, give it up" - High Priest Kwatamani
Sent: Tuesday, January 14, 2025 at 8:31 AM
From: "adospace" ***@***.***>
To: "adospace/reactorui-maui-docs" ***@***.***>
Cc: "Brother Bill Steinberg" ***@***.***>, "Author" ***@***.***>
Subject: Re: [adospace/reactorui-maui-docs] Refactor README with first-look step by step working project with commentary (PR #13)
Before making other PRs please give me time to review these 13 and 14, with my comments you should get my point of view regarding the documentation,
thanks
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you authored the thread.Message ID: ***@***.***>
|
|
|
||
| GitHub repo: [https://github.com/adospace/reactorui-maui](https://github.com/adospace/reactorui-maui) | ||
|
|
||
| FirstLook.zip: https://mauireactor-bb.b-cdn.net/FirstLook.zip *(Ready to run Visual Studio 2022 solution)* |
There was a problem hiding this comment.
we shouldn't focus only on Visual Studio 2022/windows users, this solution is perfectly working in Rider and VsCode too both running under MacOS.
| This app will be focused on teaching, so is quite incomplete. | ||
| For example, no exception handling, no reading of the user name or password entered. Several useless buttons. | ||
|
|
||
| 1. Install MauiReactor templates to Visual Studio 2022 *(if not already installed)* |
There was a problem hiding this comment.
We can't target only VS2022/Windows users, MauiReactor templates are dotnet standard template you can run under CLI, VS2022, Rider Windows/MacOS etc
|
Is a .NET 8 VS2022 solution 100% compatible with Rider and VS Code?
If so, we can just remove comments referring to VS 2022, and that should settle the focus on VS2022 and Windows Machine platform.
An approach is to start with VS2022 and Windows Machine, then identify alternatives.
In README.md:
{% endhint %}
GitHub repo: [https://github.com/adospace/reactorui-maui](https://github.com/adospace/reactorui-maui)
+
+FirstLook.zip: https://mauireactor-bb.b-cdn.net/FirstLook.zip *(Ready to run Visual Studio 2022 solution)*
we shouldn't focus only on Visual Studio 2022/windows users, this solution is perfectly working in Rider and VsCode too both running under MacOS.
In README.md:
- HStack( // Horizontal Stack
- Button("Login"),
- Button("Register")
- )
- )
- .Center()
- );
-}
-```
+NO XAML needed, just using C# you can write fluent declarative UI with MauiReactor components.
+
+Let's build our first Component based app from scratch, so you get the flavor of working with MauiReactor.
+This app will be focused on teaching, so is quite incomplete.
+For example, no exception handling, no reading of the user name or password entered. Several useless buttons.
+
+1. Install MauiReactor templates to Visual Studio 2022 *(if not already installed)*
We can't target only VS2022/Windows users, MauiReactor templates are dotnet standard template you can run under CLI, VS2022, Rider Windows/MacOS etc
Message ID: ***@***.***>
|
|
Yes, it's perfectly compatible. To make it more contestable, from my experience, MauiReactor is also largely adopted by developers that are costumed to Rider or Visual Studio Code under MacOS because they can't use a full-blow XAML designer only existing inside Visual Studio 2022. Moreover, many of them already have experience with React Native or Flutter both usually developed in Visual Studio Code (often under Mac). |
|
I'll remove commentary specific to VS2022.
As I'm new to PR, this is first one with discussion.
What is next step? Do you make the edits on your side, or do I make changes on my side?
If I make the changes, it is with a new PR, or what do I do after the edits and commits?
Message ID: ***@***.***>
|

Refactored README.md with step by step working project called FirstLook.sln. Provided commentary.