Completed
Closure Compiler compliant libs also benefit from advanced compilation optimizations
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Building Functional Front-ends with ClojureScript
Automatically move to the next video in the Classroom when playback concludes
- 1 Intro
- 2 Building Functional front ends with ClojureScript
- 3 Async and callback hell
- 4 Pure functions and function composition could help me dealing with state and scope
- 5 1. Asynchronous operations 2. Performance 3. Mutation tracking
- 6 A single tool for managing packages, project build, bootstrapping and scaffolding
- 7 Native immutable data structures
- 8 Google Closure Compiler
- 9 1. Dead code removal 2. Cross-module code motion
- 10 Closure Compiler compliant libs also benefit from advanced compilation optimizations
- 11 No matter what your problem is, remember to think of the non-obvious solutions