Karl Purkhardt
Karl Purkhardt
I've forked this project to fix the following issues: 1. Fixed issue where sorting was ignoring changes in the `data-sort-value` attribute value. Basically jQuery caches the `data-sort-value` so your sort...
Add a section to each pattern called Motivation. This section should describe when the user should and should not implement the refactoring.
The more I look at the dual purpose of the `@Reducer` decorator the more I dislike it. It doesn't make sense to have one decorator serve 2 purposes. There are...
Currently `@Store` and `@State` just push new changes into a property on the target class. We should investigate how an implementation using RxJS observables could work. Would it require a...