Reputation: 161
What is a good lightweight mobile website boilerplate solution for building mobile websites? I'm building a mobile website and would like to find a good solution that I can use again for future projects.
I've found a few:
Although it seems like JQuery Mobile is favored, it does seem like a huge payload to deliver to every mobile user. HTML5 Boilerplate Mobile looks like a nice alternative, as I've used HTML5BP for past projects.
Skeleton seems to be the most lightweight solution, but I'm concerned about its possible lack of support in the future. I don't know enough about it, maybe someone could shed some light?
Upvotes: 4
Views: 916
Reputation: 47111
You need to ask yourself what exactly it is that are you looking for :
Some options to consider, depending on what you're looking for :
Each of these frameworks is so very different in architecture and focus. Whichever of them (or whichever of the many others that I haven't mentioned here) works best for you really depends on your needs.
Upvotes: 0
Reputation: 22578
Stick with jQuery Mobile and you are incorrect to assume it has a huge "payload". It is implemented using Unobtrusive JavaScript. Source markup is extremely light and simple.
Upvotes: 1