Earlier quoted context omitted.
I wouldn't recommend Forms, I worked with it for about 4-5 months full time last summer and it was unstable and unperformant.
Forms is the only real selling point for Xamarin. Too bad it doesn't have a good reputation.
ReactXP – A library for building cross-platform apps
81–90 of 124 posts
Re: ReactXP – A library for building cross-platform apps
#82Re: ReactXP – A library for building cross-platform apps
#83I would really love if MS brought out some kind of .net core electron alternative. Xaml is nice enough to build UI with, .net core works across macOS and Linux, and the whole package wouldn't need an entire copy of chromium for each install
Re: ReactXP – A library for building cross-platform apps
#84I really want React for desktop apps. Currently we are running into some performance issues with large datasets and spreadsheets, and being able to offer a performant desktop app would be ideal. Right now we're considering using .NET and ReoGrid, since Qt is too expensive and we only target Windows anyways.
You can use Electron and do that. Not a ton of love for it around here because omg a web page as a desktop app the horror but I've had good experiences with it. (And if you e ever used Slack or Atom, you've used Electron)
Re: ReactXP – A library for building cross-platform apps
#85Re: ReactXP – A library for building cross-platform apps
#86Earlier quoted context omitted.
Forms is the only real selling point for Xamarin. Too bad it doesn't have a good reputation.
The OS API integration, C# and F# are also selling points. Qt doesn't support even half of the OS APIs that Xamarin does. As for JavaScript based solutions, I don't intend to ever use it outside the browser.
Re: ReactXP – A library for building cross-platform apps
#87> ReSub > The Skype team initially adopted the Flux principles, but we found it to be cumbersome. It requires the introduction of a bunch of new classes (dispatchers, action creators, and dispatch events), and program flow becomes difficult to follow and debug. Over time, we abandoned Flux and created a simpler model for stores. It leverages a new language feature in TypeScript (annotations) to automatically create s…
Re: ReactXP – A library for building cross-platform apps
#88Re: ReactXP – A library for building cross-platform apps
#89I've been developing a cross-platform app with React Native, and react-native-web has been working really well. It took almost no effort to get my React Native app working in a browser. I might be wrong, but it looks like ReactXP is just an alternative to react-native-web, with some additional abstractions and conventions for stores, etc. I'm not sure I want to switch to ReactXP. I really like being able to use the R…