-
Notifications
You must be signed in to change notification settings - Fork 13
Expand file tree
/
Copy pathcourse.json
More file actions
27 lines (27 loc) · 713 Bytes
/
course.json
File metadata and controls
27 lines (27 loc) · 713 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
{
"author": {
"name": "Brian Holt",
"company": "Neon"
},
"title": "Intermediate React v6",
"subtitle": "As taught for Frontend Masters",
"frontendMastersLink": "https://frontendmasters.com/courses/intermediate-react-v6/",
"social": {
"linkedin": "btholt",
"github": "btholt",
"twitter": "holtbt",
"bluesky": "brianholt.me"
},
"description": "Learn intermediate and advance concepts like React Server Components for React as taught for Frontend Masters by Brian Holt.",
"keywords": [
"React",
"Frontend Masters",
"Brian Holt",
"RSC",
"server components",
"javascript",
"framework",
"web development"
],
"csvPath": "./out/lessons.csv"
}