starikovs / thinking-in-backbone

Backbone+ES6 implementation of "Thinking in React" example. Demo: https://jsfiddle.net/infous/gwntd5nw/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Backbone implementation of "Thinking in React" example, using ES6.

Hi! In this code example I'm going to try to implement Thinking in React example but using Backbone+ES6.

Recently I've found that you can follow React's philosophy when building Backbone views. Also, you can use Backbone models for state.

The source code is here, in this GitHub repository. You can open the demo in JSFiddle https://jsfiddle.net/infous/gwntd5nw/.

About

Backbone+ES6 implementation of "Thinking in React" example. Demo: https://jsfiddle.net/infous/gwntd5nw/

License:MIT License


Languages

Language:JavaScript 94.3%Language:HTML 3.2%Language:Shell 2.5%