Tagged “typescript”

  1. Using filter, map, reduce and forEach

    tech code typescript

    I have a simple rule of thumb when choosing to use array methods, and I'd like to share it with you. The array methods I'm discussing here are:

    More →
  2. Class notes: Build Your Own RxJS Pipeable Operators

    code typescript RxJS

    I took John Lindquist's online video course Build Your Own RxJS Pipeable Operators which comprises 12 videos in 31 minutes total. Yep, that is fast! While I can recommend the course if you're interested in RxJS 6, you do need some experience with RxJS, and Lindquist is super speedy necessitating frequent pauses.

    More →
  3. Problem: Typescript adds Object.defineProperty(exports, "__esModule", { value: true });

    code typescript

    You're using a bundler like Webpack that squeezes those modules into a single minimized javascript file, so you want to keep that line as-is.

    More →

See all tags.