Alex Rickabaugh

Results 113 comments of Alex Rickabaugh

We've discussed this question and decided that we shouldn't try to support any kind of warning mode for `strictTemplates`, for a few significant reasons: 1. `tsconfig.json` is already a standard...

> > I think the forced asynchronous nature of this API would be a problem for some use cases. Right now you can respond to changes sooner than a microtask...

No, `computed.isDirty` isn't sufficient. On notification, we mark our tree structure with flags to indicate which subtrees contain components/effects which are dirty. That allows us to efficiently run dirty effects...