Skip to content

Commit a686633

Browse files
committed
Add more resources
1 parent 710178b commit a686633

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

javascript/README.md

+1
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@
4040
- [Functional Composition in Javascript](https://joecortopassi.com/articles/functional-composition-in-javascript/)
4141
- [Functors, Applicatives, And Monads In Pictures](http://adit.io/posts/2013-04-17-functors,_applicatives,_and_monads_in_pictures.html)
4242
- [Monads in JavaScript](https://curiosity-driven.org/monads-in-javascript)
43+
- [JavaScript Monads Made Simple](https://medium.com/javascript-scene/javascript-monads-made-simple-7856be57bfe8)
4344

4445
## With React
4546

javascript/javascript/README.md

+4
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@
1717

1818
## Advanced
1919

20+
- [How do Promises Work?](https://robotlolita.me/articles/2015/how-do-promises-work/)
21+
2022
## React
2123

2224
- [React is Changing How We Think, Again](https://medium.com/@rjzaworski/react-is-changing-how-we-think-again-589617a30b1e)
@@ -26,11 +28,13 @@
2628

2729
- [Redux Basics](https://levelup.gitconnected.com/redux-basics-cebf8e921f3)
2830
- [Where and When to Fetch Data With Redux](https://daveceddia.com/where-fetch-data-redux/)
31+
- [Adventures in Static Typing: React, Redux, Flow](https://engineering.wework.com/adventures-in-static-typing-react-redux-flow-oh-my-284c5f74adac)
2932

3033
## Testing
3134

3235
- [Mocking API Requests with Jest](https://medium.com/@lucaspenzeymoog/mocking-api-requests-with-jest-452ca2a8c7d7)
3336
- [Test Driven Development in React with Jest and Enzyme](https://medium.com/@rossbulat/test-driven-development-in-react-with-jest-and-enzyme-2a6cf2cc3071)
37+
- [Unit Testing React Components](https://medium.com/javascript-scene/unit-testing-react-components-aeda9a44aae2)
3438

3539
## Courses
3640

0 commit comments

Comments
 (0)