Having macOS in there would have made it perfect.
ReactXP – A library for building cross-platform apps
11–20 of 124 posts
Re: ReactXP – A library for building cross-platform apps
#12> 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.
These days I use virtual DOM for performance but the architecture hasn't changed in years. The observable pattern with viewmodels is very efficient.
Re: ReactXP – A library for building cross-platform apps
#13> 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…
Looks like someone rediscovered/reinvented dataflow constraints, in a slightly hacky way.
See also: The Siren Call of KVO and (Cocoa) Bindings (http://blog.metaobject.com/2014/03/the-siren-call-of-kvo-and...)
Re: ReactXP – A library for building cross-platform apps
#14At first glance I decided not to read the article because I thought it irrelevant due to the XP.
Re: ReactXP – A library for building cross-platform apps
#15Re: ReactXP – A library for building cross-platform apps
#16I'm missing something. How is this different to react native, which is already supported on ios, android, web and UWP?
Re: ReactXP – A library for building cross-platform apps
#17Re: ReactXP – A library for building cross-platform apps
#18But XP is EOL, so "XP" is never going to be used in anything now, thinking about it.
I can wish...
Re: ReactXP – A library for building cross-platform apps
#19I'm missing something. How is this different to react native, which is already supported on ios, android, web and UWP?