An open API service indexing awesome lists of open source software.

https://github.com/moonhighway/javascript-ui

The course files for Moon Highway's instructor led Javascript UI course.
https://github.com/moonhighway/javascript-ui

Last synced: 3 months ago
JSON representation

The course files for Moon Highway's instructor led Javascript UI course.

Awesome Lists containing this project

README

          

Javascript UI
==============
The course files for Moon Highway's instructor lead Javascript UI course. This class focuses on full stack front end
techniques including transpiling javascript and bundling common js modules. We primarly look at two UI coding styles: Object Oriented MVC techniques with Backbone, vs. Functional tecquniques with React.

Topics
------
* Backbone Events
* Backbone Routes
* Backbone Models and Collections
* Backbone Views
* Bower and Require js
* Common JS and Browserify
* Webpack and Babel
* Introduction to React