You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 30, 2018. It is now read-only.
TS2.2, currently a release candidate, adds support for class mixins. We should be able to leverage these native class mixins to replace dojo/compose.
This should be more familiar for consumers and provide a lower barrier of entry, and will enable stores to evolve with the latest/next enhancements in Typescript.
The text was updated successfully, but these errors were encountered:
In the end we could not work around the limitations caused by the above mentioned issue, and modifying TypeScript to support the desired pattern would be a very difficult and extensive change. As a result, the ObservableStore and QueryableStore are now separate base classes, rather than mixins.
Enhancement
TS2.2, currently a release candidate, adds support for class mixins. We should be able to leverage these native class mixins to replace
dojo/compose
.This should be more familiar for consumers and provide a lower barrier of entry, and will enable stores to evolve with the latest/next enhancements in Typescript.
The text was updated successfully, but these errors were encountered: