docs: add complete README with ReactiveUI sample details and framewor… #864
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
…k links
What kind of change does this PR introduce?
Docs update
What is the current behavior?
The current README.md is minimal and only provides a list of links to the sample folders. It lacks a proper introduction, setup instructions, or context for new developers exploring the repository.
What is the new behavior?
This PR introduces a comprehensive, well-structured README.md file that serves as a proper entry point for the project. The new documentation includes:
A Table of Contents for easy navigation.
A clear project overview and directory structure.
Explanations of key ReactiveUI concepts demonstrated in the samples.
Step-by-step setup and run instructions.
Links to contribution guides and the project license.
This makes the repository much more welcoming and easier to get started with.
What might this PR break?
Nothing. This is a documentation-only change.
Please check if the PR fulfills these requirements
[ ] Tests for the changes have been added (for bug fixes / features)
[x] Docs have been added / updated (for bug fixes / features)
Other information:
This new README aims to improve the onboarding experience for developers who are new to the ReactiveUI samples repository.