meteor-collection-hooks
meteor-collection-hooks copied to clipboard
Potential integration of collection-hooks into meteor core (for anyone who uses this package)
This is now a feature request at meteor/meteor#395. Please throw your support in that thread, as integration would bring a whole range of benefits:
- A lot better support for the various hook-based operations used by many packages and apps
- Reduce the amount of monkey-patching required by collection-hooks
- Reduce the problems with monkey-patching-on-monkey-patching for interoperability with other packages
- Eliminate the dependence on one or two maintainers to do the monkey-patching
The existing design and implementation of this package would probably go a long way toward guiding a redesign of a hook API.
+1
Would love this! I threw in my support.