Jason Matthews
Jason Matthews
I wonder how you would accomplish that with this library. You would need some analog to react's setState / useState so that updates to a component's state happened in a...
@benjamingr thanks. I'm familiar with those patterns. There's just something so pure about a vanilla function with vanilla js variables manipulation that I really like. I suppose even if it...
> > There's just something so pure about a vanilla function with vanilla js variables manipulation that I really like. > > The reason I like those patterns is precisely...
Sure I'll submit a pull request for the promise addition and the async await clarification. I leave the figuring out where the line is of reference manual / tips up...