microsoft / microsoft/AzureStorageExplorer
Migrate from Knockout to React
@craxal is already working on this.
Since Jun 15, 2023.
- Dominant language
- No language data
- Stars
- 452
- Forks
- 92
- Avg merge
- 15h 20m
- Merged PRs (30d)
- 3
Description
Delivering both Knockout and React components in the same package creates unnecessary dependencies in extensions that only use components for one framework or the other. It also creates unnecessary churn when something needs a fix or update.
React components should be moved to a separate package, such as @storage-explorer/react.
We could consider creating a family of packages, each containing an individual component and one package that exposes everything, as is done for the Fluent UI framework.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.