Patrick Owens

All posts for javascript

  • Create a distraction-blocking add-on for Firefox and Chrome

    • javascript

    Walking through the steps of building a basic add-on in both Firefox, and Chrome.

  • Reversing flatmap-stream

    Taking a belated look at the backdoor flatmap-stream package

  • React Hooks

    React Hooks is a new API available in the 16.8, allowing developers to more easily separate concerns and reuse logic related to component lifecycle. Let's have a quick look at how to use them.

  • Automate refactoring with jscodeshift

    A crash course in jscodeshift, a tool that lets you write code to automate your Javascript refactoring work