Skip to content

An ongoing curated list of awesome frameworks, important books & articles, talks & libraries, learning tutorials and github link repositories, best practices and technical resources about Backbone.js Development.

License

Notifications You must be signed in to change notification settings

veilair/backbone-development

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Backbone.js

An ongoing curated list of awesome frameworks, important books & articles, talks & libraries, learning tutorials and github link repositories, best practices and technical resources about Backbone.js Development.

Thanks to our daily readers and contributoprs. The goal is to build a categorized community-driven collection of very well-known resources. Sharing, suggestions and contributions are always welcome!

Introduction

About Backbone

Backbone.js is a JavaScript library with a RESTful JSON interface and is based on the model–view–controller application design paradigm.

backbone

Backbone is known for being lightweight, as its only hard dependency is on one JavaScript library, Underscore.js, plus jQuery for use of the full library.It is designed for developing single-page web applications,and for keeping various parts of web applications (e.g. multiple clients and the server) synchronized. Backbone was created by Jeremy Ashkenas, who is also known for CoffeeScript and Underscore.js.

What is BackboneJS used for?

backbone js It is designed for developing single-page web applications, and for keeping various parts of web applications (e.g. multiple clients and the server) synchronized.

  • Backbone was created by Jeremy Ashkenas, who is also known for CoffeeScript and Underscore. js.

  • It is one of the most popular JavaScript frameworks. It is effortless to understand and learn. It can be used to create Single Page Applications. The development of this framework involves the idea that all the server-side functions must flow through an API, which would help achieve complex functionalities by writing less code.

Features:

  • BackboneJS uses JavaScript functions, making the development of applications and the frontend in a much easier.
  • Building blocks such as models, views, events, routers, and collections are provided for assembling the client-side web applications.
  • It is a simple library that helps in separating business and user interface logic.
  • It is a free and open-source library and contains over 100 available extensions.
  • It is a backbone for any project and helps in the organization of the code.
  • BackboneJS has a soft dependency on jQuery and a hard dependency on Underscore.js.
  • It allows us to create client-side web applications or mobile applications in a well-structured and organized format.

Table of Contents

General

Tutorials and articles

Books

Videos

Examples and boilerplates

Courses

Libraries

About

An ongoing curated list of awesome frameworks, important books & articles, talks & libraries, learning tutorials and github link repositories, best practices and technical resources about Backbone.js Development.

Topics

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published