We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ce17ed7 commit 8abd1cbCopy full SHA for 8abd1cb
javascript/javascript/README.md
@@ -6,6 +6,8 @@
6
- [Intermediate](#intermediate)
7
- [Advanced](#advanced)
8
- [React](#react)
9
+- [Redux](#redux)
10
+- [Testing](#testing)
11
- [Courses](#courses)
12
- [Books](#books)
13
@@ -21,6 +23,9 @@
21
23
- [Redux Basics](https://levelup.gitconnected.com/redux-basics-cebf8e921f3)
22
24
- [Where and When to Fetch Data With Redux](https://daveceddia.com/where-fetch-data-redux/)
25
26
+## Testing
27
+- [Mocking API Requests with Jest](https://medium.com/@lucaspenzeymoog/mocking-api-requests-with-jest-452ca2a8c7d7)
28
+
29
## Courses
30
- [ReactJS Basics](https://www.youtube.com/playlist?list=PL55RiY5tL51oyA8euSROLjMFZbXaV7skS)
31
- [Microsoft Frontend Bootcamp](https://microsoft.github.io/frontend-bootcamp/)
0 commit comments