File tree Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -19,12 +19,14 @@ npm start
19
19
20
20
Then go to [ localhost:8000] ( http://localhost:8000 )
21
21
22
- ## Each Branch is a finished lesson
22
+ ## Each lesson is a Git Branch
23
23
24
- Branch names are minified for easy typing:
24
+ To view the code for a given lesson, checkout the appropriate branch name. The branch will have the finished code from that lesson.
25
25
26
- - ` 01-basics ` - JSX Routing with ` BrowserRouter ` and ` Route `
27
- - ` 02-basics ` - Route Matching - Inclusive vs Exclusive (exact) and Switch
26
+ Branch names are minimal for easy typing:
27
+
28
+ - ** 01-basics** - JSX Routing with ` BrowserRouter ` and ` Route `
29
+ - ** 02-basics** - Route Matching - Inclusive vs Exclusive (exact) and Switch
28
30
- ** 03-basics** - ` Link ` (anchors)
29
31
- ** 04-basics** - ` BrowserRouter ` vs ` HashRouter `
30
32
- ** 05-basics** - Dynamic (Parameter) Matching
You can’t perform that action at this time.
0 commit comments