Rock Mobile Docs

Please login to access all of the features of the Community Site.

Application Strategy

Below are some points to consider when developing your application.

  1. Think through each block you add. Determine where it should be run (client and/or server). If at all possible have it run on the client. For example if you have a Content block on a page that acts as a header it can be downloaded to the client and never needs to call the server on the page load.