Using Backbone.js for a static-content, JavaScript-heavy site? -
i'm building site client comprised of static content, meaning it's not web app in sense won't involve user interaction , manipulation of data on site itself.
with being said, ui quite complex , end being javascript-heavy, wanted utilize js framework.
i've done bunch of research , found plenty of examples of backbone.js being used highly-interactive web apps, extensive ui, wondering if choice situation well. appears still be, given ui requirements, i'm wondering i'd other people have had success using in instances similar mine.
and if isn't fit, there other recommendations?
i have written 1 page web app no server side functionality using great backbone boilerplate.
regardless of having explicit models server manage sync, can still apply methodology ui. example app have been working on had complex functionality/interactions images. extremely useful model images (with meta data such dimensions, captions etc etc) backbone, save them in collection , tie model/collection backbone views. makes ui logic easy maintain, update, reuse , unit test.
with boilerplate great build process, linting , pointers unit testing etc.
Comments
Post a Comment