Posts Tagged with functional programming
-
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.
-
Lets Build Web Components! Part 5: LitElement
Reactive Components without compiling or VDOM Overhead? Say hello to LitElement.
-
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.