bp

Posts Tagged with functional programming

  1. Lets Build Web Components! Part 7: Hybrids

    Web Components are the future, but with a little care and some helpful polyfills, they can be the present as well.

  2. Lets Build Web Components! Part 5: LitElement

    Reactive Components without compiling or VDOM Overhead? Say hello to LitElement.

  3. Promise Chains are Kinda Awesome

    Some say that promises shouldn't be used when async await is available but that's not always true. Here's why 'promise chains' are actually amazing.