You are here |
yakovfain.com | ||
| | | |
www.growingwiththeweb.com
|
|
| | | | An often overlooked part of writing high performance JavaScript apps is to consider how your code will be compiled and minified. | |
| | | |
explosionduck.com
|
|
| | | | Six Months of React and TypeScript | |
| | | |
mariusschulz.com
|
|
| | | | With TypeScript 3.4, const assertions were added to the language. A const assertion is a special kind of type assertion in which the const keyword is used instead of a type name. | |
| | | |
syntackle.com
|
|
| | You might be familiar with functions in JavaScript. An IIFE is a special type of function which is invoked implicitly. |