Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Which Script Loaders(AMD or not) for using with Backbone.js/Underscore?

For a week i started learning how to use require.js with Backbone.js and Underscore.js.

It's a really difficult stuff, but 3 days ago i read that Underscore will not supporting Require.js(AMD) anymore! Now i'm a bit confuse.

I really like the Concept of Script Loader and dont want to miss it!

Have someone already successfully used a Script Loader with Backbone.js(0.5.3) and Underscore(1.3.0)?

Thank you for helping!

Link : another solution here

like image 686
3logy Avatar asked Jan 14 '12 19:01

3logy


People also ask

Is Backbone JS still used?

Backbone. Backbone has been around for a long time, but it's still under steady and regular development. It's a good choice if you want a flexible JavaScript framework with a simple model for representing data and getting it into views.

Does backbone need jQuery?

You can use the Backbone. Model without jQuery, but Backbone. View will require either jQuery or Zepto, just like the docs state.

Is Backbone JS frontend or backend?

Backend Synchronization BackboneJS is use with the front-end and back-end systems, allows the synchronization with the backend to provide support to RESTful APIs.

Which is considered the backbone of any HTML document?

js (aka Backbone) is designed to add structure to client-side applications, to avoid a spaghetti-code mess.


1 Answers

I am currently using underscore 1.3 and Backbone 0.5.3 in my Backbone Boilerplate. You can see what I'm doing there:

https://github.com/tbranyen/backbone-boilerplate

like image 164
tbranyen Avatar answered Nov 14 '22 22:11

tbranyen