What combination of libraries/frameworks would work best for optimizing performance in an HTML5/CSS3/JS app with moving elements? I have done some research, but I am venturing into unfamiliar territory when it comes to performance. Are there key principles I need to grasp before manipulating, executing logic on, and animating DOM elements?
I plan to incorporate AngularJS if possible (as I am becoming familiar with the basics), and after my investigation, I am considering utilizing Steroids.js. The abundance of libraries and frameworks similar to PhoneGap is overwhelming! Here's what my research has unveiled...
- This post provided some initial guidance
- Require.js
- BindOnce
- Titanium
- Sencha
- Construct 2
- WebGL/three.js
- FireBase
- AngularFire
In brief, are there any valuable resources/documentation/tools for assessing JavaScript load? Alternatively, is there a straightforward solution to this issue (apart from giving up and learning Objective C)? I truly prefer using the languages I am already acquainted with. Thank you for taking the time to read :)