invesdwin / invesdwin-context-client

invesdwin-context modules that provide frontend functionality for the desktop and web
GNU Lesser General Public License v3.0
0 stars 0 forks source link

integrate react #3

Open subes opened 3 years ago

subes commented 3 years ago

might be easier to create components with, but binding is a bit more complex? But seems to be the most popular choice right now in the industry.

react-router and react-redux might be things to look into.

subes commented 3 years ago

instead of react-native it seems react+nativescript would be a better option: https://github.com/shirakaba/react-nativescript It does not require lots of bridges (similar to JNI) for each target platform.

subes commented 3 years ago

alternative to redux: https://github.com/mobxjs/mobx

subes commented 3 years ago

some redux tips: https://medium.com/javascript-scene/10-tips-for-better-redux-architecture-69250425af44

subes commented 3 years ago

A web app written both in vue and react by a junior dev: https://www.imaginarycloud.com/blog/vue-js-vs-react-an-app-on-both-frameworks/

subes commented 3 years ago

bootstrap: https://react-bootstrap.github.io/

though this seems to be more popular: https://material-ui.com/