I 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
ReactXP – A library for building cross-platform apps
21–30 of 124 posts
Re: ReactXP – A library for building cross-platform apps
#22Re: ReactXP – A library for building cross-platform apps
#23I 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
would be interesting to port wpf widgets to .net core and expose those through some sort of electron alternative.
Re: ReactXP – A library for building cross-platform apps
#24Re: ReactXP – A library for building cross-platform apps
#25Re: ReactXP – A library for building cross-platform apps
#26Re: ReactXP – A library for building cross-platform apps
#27> 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…
I was curious too, so: https://github.com/Microsoft/ReSub Looks similar to rxjs or mobx based state stores.
Re: ReactXP – A library for building cross-platform apps
#28Re: ReactXP – A library for building cross-platform apps
#29Re: ReactXP – A library for building cross-platform apps
#30I'm missing something. How is this different to react native, which is already supported on ios, android, web and UWP?
>With React and React Native, your web app can share most its logic with your iOS and Android apps, but the view layer needs to be implemented separately for each platform. We have taken this a step further and developed a thin cross-platform layer we call ReactXP. If you write your app to this abstraction, you can share your view definitions, styles and animations across multiple target platforms.