Commit 9c54c12
committed
major: v2 (#2)
* fix: security auditing
* feat: implement level grouping (#13)
* feat: implement level grouping
* chore: some content changes
* feat: implement the plymorphic lesson (#37)
* feat: implement state colocation + state lifting (#38)
* feat: implement the state lifting & colocation pattern
* chore: update some copy
* fix: build
* fix: button colours
* fix: ai fixes (#41)
* fix: audit issues (#43)
* feat: error boundary issue (#42)
* feat: rebrand conditional rendering and update titles (#44)
* feat: change conditional rendering to be pokemon themed
* chore: update all stories
* chore: update error boundary
* feat: rebrand props combination pattern (#45)
* feat: implement react hooks rebrand (#46)
* feat: implement slots rebranded
* feat: implement the compound pattern in pokemon style
* feat: implement pokemone controlled component version
* feat: implement portals pokemon style
* feat: implement pokemon style for poly components
* feat: implement render props pokemon pattern
* feat: implement the render children pattern
* feat: implement the FACC
* feat: implement uncontrolled components
* feat: implement suspense
* feat: implement the headless component pattern
* feat: improve the HOC lesson
* chore: update some files
* chore: tidy up config
* docs: update reamde
* feat: implement better landing page
* fix: pipelines
* fix: styling on landing page1 parent 3682d57 commit 9c54c12
File tree
214 files changed
+15558
-9105
lines changed- .github/workflows
- .storybook
- components
- styles
- config
- public
- src
- app
- components
- content
- icons
- course
- 01-introduction
- 02- lessons
- 01-ConditionalRendering
- 02-PropsCombination
- 03-RenderProps
- 05-Hooks
- 06-Controlled
- 07-HigherOrderComponents
- 10-Compound
- components
- 11-Slots
- 12-Portals
- components
- 02-lessons
- 01-Bronze
- ConditionalRendering
- exercise
- final
- Hooks
- exercise
- final
- PresentationalAndContainer
- exercise
- final
- PropsCombination
- exercise
- final
- Slots
- exercise
- final
- icons
- StateColocationVsStateLifting
- exercise
- components
- final
- components
- 02-Silver
- Compound
- exercise
- components
- final
- components
- Controlled
- exercise
- final
- FACC
- exercise
- final
- PolymorphicComponents
- exercise
- final
- Portals
- exercise
- components
- final
- components
- Provider
- exercise
- final
- RenderChildren
- exercise
- final
- RenderProps
- exercise
- final
- StateReducer
- exercise
- final
- Uncontrolled
- exercise
- final
- 03-Gold
- ErrorBoundary
- exercise
- components
- final
- components
- HeadlessComponents
- exercise
- final
- HigherOrderComponents
- exercise
- final
- Suspense
- exercise
- final
- components
- utils
- 02-solutions
- 01-ConditionalRendering
- 02-PropsCombination
- 03-RenderProps
- 04-PresentationalAndContainer
- 05-Hooks
- 06-Controlled
- 07-HigherOrderComponents
- 10-Compound
- components
- 11-Slots
- icons
- 12-Portals
- components
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
214 files changed
+15558
-9105
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 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 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
| 4 | + | |
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
| 3 | + | |
| 4 | + | |
3 | 5 | | |
4 | 6 | | |
5 | 7 | | |
| |||
10 | 12 | | |
11 | 13 | | |
12 | 14 | | |
13 | | - | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
14 | 26 | | |
15 | 27 | | |
16 | 28 | | |
| |||
27 | 39 | | |
28 | 40 | | |
29 | 41 | | |
30 | | - | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
31 | 48 | | |
32 | 49 | | |
33 | 50 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
12 | | - | |
13 | | - | |
14 | | - | |
15 | | - | |
16 | | - | |
17 | | - | |
18 | | - | |
19 | | - | |
20 | | - | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
21 | 21 | | |
22 | | - | |
23 | | - | |
| 22 | + | |
| 23 | + | |
24 | 24 | | |
25 | | - | |
| 25 | + | |
26 | 26 | | |
27 | | - | |
| 27 | + | |
28 | 28 | | |
29 | | - | |
30 | | - | |
| 29 | + | |
| 30 | + | |
31 | 31 | | |
32 | 32 | | |
33 | | - | |
| 33 | + | |
34 | 34 | | |
35 | 35 | | |
36 | | - | |
37 | | - | |
38 | | - | |
39 | | - | |
40 | | - | |
41 | | - | |
42 | | - | |
43 | | - | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
44 | 44 | | |
45 | 45 | | |
46 | 46 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
15 | | - | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
16 | 21 | | |
17 | 22 | | |
18 | 23 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
1 | 2 | | |
2 | 3 | | |
3 | 4 | | |
4 | 5 | | |
5 | 6 | | |
| 7 | + | |
6 | 8 | | |
7 | 9 | | |
8 | 10 | | |
| |||
14 | 16 | | |
15 | 17 | | |
16 | 18 | | |
| 19 | + | |
17 | 20 | | |
18 | 21 | | |
19 | 22 | | |
20 | 23 | | |
| 24 | + | |
21 | 25 | | |
22 | 26 | | |
23 | 27 | | |
24 | 28 | | |
| 29 | + | |
25 | 30 | | |
26 | 31 | | |
27 | 32 | | |
28 | 33 | | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
29 | 82 | | |
0 commit comments