All Projects β†’ fernandomantoan β†’ backbone-tutorial-series

fernandomantoan / backbone-tutorial-series

Licence: other
Source code generated in the Backbone.js tutorial series

Programming Languages

javascript
184084 projects - #8 most used programming language
ApacheConf
554 projects
HTML
75241 projects
CSS
56736 projects
ruby
36898 projects - #4 most used programming language

Projects that are alternatives of or similar to backbone-tutorial-series

Tyto
manage and organise things
Stars: ✭ 662 (+832.39%)
Mutual labels:  backbone, backbonejs
Dimeshift
πŸ’°πŸ’°πŸ’° the easiest way to track your expenses. Free. Open-source. Node.js
Stars: ✭ 173 (+143.66%)
Mutual labels:  backbone, backbonejs
Autoedit 2
Fast text based video editing, node Electron Os X desktop app, with Backbone front end.
Stars: ✭ 343 (+383.1%)
Mutual labels:  backbone, backbonejs
Backbone.vdomview
VirtualDOM-aware Backbone View
Stars: ✭ 23 (-67.61%)
Mutual labels:  backbone, backbonejs
Backbone Faux Server
A framework for mocking up server-side persistence / processing for Backbone.js
Stars: ✭ 55 (-22.54%)
Mutual labels:  backbone, backbonejs
Backboneanalyze
backbone源码解读
Stars: ✭ 129 (+81.69%)
Mutual labels:  backbone, backbonejs
Marionette.toolkit
A collection of opinionated Backbone.Marionette extensions for large scale application architecture.
Stars: ✭ 71 (+0%)
Mutual labels:  backbone, backbonejs
Backbone Poller
Backbone poller is a simple utility that allows polling on any backbone model or collection
Stars: ✭ 140 (+97.18%)
Mutual labels:  backbone, backbonejs
Modern Backbone Starterkit
Lightweight starting point for a modern backbone web app.
Stars: ✭ 189 (+166.2%)
Mutual labels:  backbone
NestedReact
BackboneJS compatibility layer for React-MVx MVVM framework.
Stars: ✭ 79 (+11.27%)
Mutual labels:  backbone
Backbone Redux
Easy way to keep your backbone collections and redux store in sync.
Stars: ✭ 185 (+160.56%)
Mutual labels:  backbone
Singool
Backbone.js based framework for developing single-page web applications
Stars: ✭ 190 (+167.61%)
Mutual labels:  backbone
backscatter
Reactive extension for Backbone
Stars: ✭ 17 (-76.06%)
Mutual labels:  backbone
react-todos
Backbone's example TODO app with React Components for views
Stars: ✭ 29 (-59.15%)
Mutual labels:  backbone
Marionette.inspector
πŸ” Marionette Inspector - Explore your App
Stars: ✭ 170 (+139.44%)
Mutual labels:  backbone
Awesome-Vision-Transformer-Collection
Variants of Vision Transformer and its downstream tasks
Stars: ✭ 124 (+74.65%)
Mutual labels:  backbone
detectron2 backbone
detectron2 backbone: resnet18, efficientnet, hrnet, mobilenet v2, resnest, bifpn
Stars: ✭ 171 (+140.85%)
Mutual labels:  backbone
backbone.react-bridge
Transform Backbone views to React components and vice versa
Stars: ✭ 26 (-63.38%)
Mutual labels:  backbone
ugo
Simple and expressive toolbox written in Go
Stars: ✭ 27 (-61.97%)
Mutual labels:  underscore
modified refinedet
Modified RefineDet
Stars: ✭ 23 (-67.61%)
Mutual labels:  backbone

Backbone.js Tutorial Series

This repository will store the code used in the Backbone.js tutorial series.

Part 1

The Part 1 of the article gives a simple introduction of the framework Backbone.js, showing a simple "Hello World" View.

Permalink: http://blog.fernandomantoan.com/serie-backbone-js-parte-1-introducao/

Part 2

This part is focused on introducing and explaining the Backbone.View class, showing practical samples and a full functional code using templates and events.

Permalink: http://blog.fernandomantoan.com/serie-backbone-js-parte-2-view/

Part 3

The Part 3 of the series shows how to use Backbone.Model, all of its functionality and an integration of the Model with the View created in Part 2. A simple Sinatra backend is written, to show how Backbone.Model uses a RESTful API with the Backbone.sync() methods to make persistence of data and syncronization.

Permalink: http://blog.fernandomantoan.com/serie-backbone-js-parte-3-model/

Part 4

This part shows the Backbone.Collection class, and increments the simple blog developed through the series, showing how to build a list of the Posts, how to iterate and use Backbone.Collection with all the Array functionalities of Underscore.js. A new View is built to support the blog posts listing and some other resources are implemented, also the Sinatra backend is modified to add the Posts listing support.

Permalink: http://blog.fernandomantoan.com/serie-backbone-js-parte-4-collection/

Part 5

The Part 5 of the series is the last one introducing features and components of the framework. It will show the Backbone.Router class along with Backbone.History, adding some routes to the blog developed and the usage of the pushState HTML5 API. Also the Backbone.sync function is presented, with some examples of customization, and some more details about the events API of the framework.

Permalink: http://blog.fernandomantoan.com/serie-backbone-js-parte-5-router-historico-backbone-sync-eventos-e-mais/

Part 6

This is the last part of the Backbone.js tutorial series, focusing in a deep practical experience on how to build an application from scratch, using good practices, other JS libraries and a PHP backend. Some topics covered:

  • Laravel Framework
  • Models
  • Views
  • Underscore.js
  • Require.js
  • JWT Authentication
  • Twitter Bootstrap.

Permalink: N/A

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].