Open craigspaeth opened 7 years ago
Taking notes on some ideas to reference when making decisions on picking tools and designing APIs...
foo.use(() =>)
foo.on('bar baz', () =>)
this
Some articles that feels aligned in some ways:
Taking notes on some ideas to reference when making decisions on picking tools and designing APIs...
foo.use(() =>)
can be a common way to mixin functionalityfoo.on('bar baz', () =>)
can be a way to hook into lifecycle/events/scoped-thingsthis
Some articles that feels aligned in some ways: