I'm aware that Famous framework does not care about data in the app, and something like AngularJS is the most ideal candidate for the job.
I just want to know how other folks out here are handling data in their apps, specifically POST requests from an external REST API. (since GET calls can be done with the Utility.loadURL() from famo.us itself)
Is AJAX calls the only way to do this right now? (besides Angular/Meteor and the like).
I'm just looking for a clean and simple solution which is easy on beginners like myself.
Appreciate your help.