Mark Degani
Mark Degani
What is a "light mock"? I like the term, but it's not something I've seen other than here: https://angular-2-training-book.rangle.io/handout/testing/services/alt-http-mocking.html. Is there are a better way to describe a mock that...
Let's note that VS Code is not the same as, or a subset of, VS Professional. We should encourage people to give it a shot, even if they use VS...
“Component class” instead of just “class”.
Call attention to the commend in the code on the slide. Dev tools module must appear after store module.
Presenter’s notes: note that this is where we show students the dev tools and time travel. Must be shown to be understood.
Explain what Effects is after learning redux: reducers are synchronous with pure functions (no side effcts), so how do we make HTTP requests or get user input? Naive solution of...