Completed
Intro
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Creating Nodes in GatsbyJS with Two Data Sources Using the SourceNode API
Automatically move to the next video in the Classroom when playback concludes
- 1 Intro
- 2 Starting from scratch
- 3 Create a new Chrome window
- 4 Gatsby transformer remark
- 5 Extend node type
- 6 Create node
- 7 Transform nodes
- 8 Node helpers
- 9 Create note helpers
- 10 Create test node
- 11 Test data
- 12 Query GitHub
- 13 How does it work
- 14 I get it
- 15 SourceNodes
- 16 Generating Node IDs
- 17 Generating Node Data
- 18 Testing Node Data
- 19 Testing again