Please enable JavaScript.
Coggle requires JavaScript to display documents.
Must Learn, English - Coggle Diagram
Must Learn
-
-
Typescript
Topics
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
Convert from JS to TS
Step 1
-
-
fix only things that are not type-checking, or causing compile error
-
-
-
-
-
-
PWA
Mobile native APIs
-
-
Runtime Encryption and Decryption all stored keys and values into the LocalStorage without Server intervention
- Control all registered Service workers without any interruption on User's interactions.
- Notify new updates and apply automatically or by the User's decision.
-
Testing
Topics
-
Mocking
-
mock functions jest.fn
=> keep track of function with what is been called, how many times is been called...
-
jest.mock(path, () => {
return {}
})
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-