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.
- Host: GitHub
- URL: https://github.com/moonhighway/javascript-ui
- Owner: MoonHighway
- License: mit
- Created: 2015-10-01T22:59:37.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-10-09T05:18:25.000Z (over 10 years ago)
- Last Synced: 2025-06-20T19:59:50.153Z (about 1 year ago)
- Homepage:
- Size: 1.43 MB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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