Completed
Intro
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
ReasonML - React as a Language and What the Future Looks Like
Automatically move to the next video in the Classroom when playback concludes
- 1 Intro
- 2 1. Scan QR Code 2. Drag Component
- 3 We used to start with Javascript
- 4 amazing developer productivity
- 5 A functional programming language
- 6 Powerful pattern matching, functions
- 7 a robust ecosystem of packages (OPAM)
- 8 What does a React component look like?
- 9 Belt is the standard library shipped with Reason
- 10 Convert your array into a React element
- 11 Hooks are the future
- 12 Pattern matching is a switch statement on steroids
- 13 gen Type generates bindings between Reason & JavaScript
- 14 How do I add Reason to my Javascript project?
- 15 The compiled JavaScript is readable
- 16 The compiled JavaScript is faster
- 17 Webpack 55,000 Bytes
- 18 Binding Javascript to Reason