tapquo / Lungo.js

A framework for developers who want to design, build and share cross device applications.
http://lungo.tapquo.com
Other
2.41k stars 567 forks source link

Refreshing sections and articles #336

Open jamescoletti opened 10 years ago

jamescoletti commented 10 years ago

I've seen this issue raised here and other forums but cannot find a workable solution. This is an important aspect of Lungo.js to be solved. I'm trying to build a large maintainable mobile app, and this seems to be the only aspect I'm struggling with. The app requires refreshing various sections after data is added or changed.

The only way I've found to do this is using Lungo.Resource.load() but it doesn't take care of the other bindings, etc. If there isn't a clear solution yet, is there any recommendation on internal methods we can call to get it to work until public APIs are exposed?