Completed
- Rendering as HTML using Hiccup
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Building Web Apps With Clojure
Automatically move to the next video in the Classroom when playback concludes
- 1 - Introduction
- 2 - What is Clojure?
- 3 - LISP
- 4 - FizzBuzz example
- 5 - Too many parenthesis?
- 6 - Clojure resources in OrgPad
- 7 - Basic data types
- 8 - Immutable data structures
- 9 - Example data in OrgPad
- 10 - Operators and branches
- 11 - State and atoms
- 12 - Transformations
- 13 - Threading macros
- 14 - Hosted language and interop
- 15 - Data Oriented Programming
- 16 - Processing book data
- 17 - Displaying books by the server
- 18 - Rendering as HTML using Hiccup
- 19 - React components as data
- 20 - Data vs objects
- 21 - Rich Hickey's rant on objects
- 22 - How immutable data structures work
- 23 - Functional programming
- 24 - Overview of Reagent and Re-frame
- 25 - Interactive coding of tic-tac-toe
- 26 - Format of the state
- 27 - Basic subscriptions and views
- 28 - Searching for a bug
- 29 - Rendering and CSS struggle
- 30 - Adding events
- 31 - Checking win conditions
- 32 - Simplifying win check
- 33 - Summary