pjwdev


PJ Walker

  • `x += await y` means `x = x + await y`. The value of x is 'fixed' synchonously, and y is later added to it. This is hard to discern when reading the code, and generally unwanted.

    published 1.0.0 6 years ago
  • Tree data-structure with async traversal

    published 0.0.1 6 years ago
  • React Component for viewing a tree in a 'miller column' layout

    published 1.0.1 6 years ago