So, I have been messing around with some kind of isomorphic React + Flux lately and found some concepts quite confusing to be honest. I have studied best practices on how to structure isomorphic applications and are looking for tips.
Suppose you create a webapp as well as a mobile application supported by the same REST API. Do you bundle your REST API with webapp? I saw people advocating bundling and having a separate code base for the REST API.
Any tips or recommended readings are welcome!
source
share