Hi,
I’m making a React based mobile webapp and have just discovered Onsen UI. So far I’m amazed, and my only concerns are about its integration with React.
For what I’ve read, the Navigator
component manages routing, but my app already have react-router
for this task. Is it possible for them to be “friends”?
An example would be much appreciated.