syrjs / core

Light Dynamic UI Engine for Native and Web with a React Like API
http://syr.js.org
MIT License
56 stars 24 forks source link

Embedding API #272

Open brodycj opened 6 years ago

brodycj commented 6 years ago

I was able to start integrating this library into a Cordova/PhoneGap plugin ([1]), with a quick demo in [2].

I had to apply a few hacks to get this project to work in a Cordova plugin.

An embedding API like they have for React Native ([3], [4]), though hopefully much simpler, would be really nice to enable smoother integration in the future.

I would be happy to take a look at this one when I get some time (hopefully) in the next 1-2 months or so.

[1] https://github.com/phonegap-native-demo/cordova-plugin-syr-core-experimental [2] https://github.com/phonegap-native-demo/cordova-native-demo [3] http://facebook.github.io/react-native/docs/integration-with-existing-apps [4] https://www.raywenderlich.com/945-react-native-tutorial-integrating-in-an-existing-app

dmikey commented 6 years ago

Whoa, this is WAYYYYY awesome!