reactiveui / website

ReactiveUI documentation and guidelines website. PR's welcome! 💖
https://www.reactiveui.net/
MIT License
35 stars 128 forks source link

Suggestion: Add Framework Comparison Page #109

Open RLittlesII opened 6 years ago

RLittlesII commented 6 years ago

A few months ago, I was looking for a new JavaScript framework for a project I am working on. Several people in the community pointed me to VueJS. On their website they have a comparison page (https://vuejs.org/v2/guide/comparison.html) which listed the other popular frameworks and provided a comparison. It was a good faith comparison, that took an objective view at pro's and cons.

I wonder if we should do something like this on reactiveui.net? I think that it may help people understand where this framework shines. We could even call out which frameworks can coexist in the same project.

Frameworks up for comparison would be:

@reactiveui/learning-team @reactiveui/core-team Do we think this adds value? Please discuss!

ghuntley commented 6 years ago

I agree.

The foundations are in place see https://reactiveui.net/vs/

This convention was chosen as its SEO worthy. Folks are searching "reactiveui vs prism". Why not own it?

Vs
ReactiveUI is a composable, cross-platform model-view-viewmodel framework for all .NET platforms that is inspired by functional reactive programming which is a paradigm that allows you to express the idea around a feature in one readable place, abstract mutable state away from your user interfaces and improve improve the testability of your application.