This story was originally published on HackerNoon at:
https://hackernoon.com/i-built-a-wordpress-like-hook-system-for-nodejs-to-decouple-my-code.
A powerful, zero-dependency hook system for Node.js, inspired by the WordPress actions and filters API. Create extensible and decoupled applications with node-h
Check more stories related to programming at:
https://hackernoon.com/c/programming.
You can also check exclusive content about
#javascript,
#nodejs,
#hooks,
#wordpress,
#opensource,
#wordpress-like-hook-system,
#node.js-hook-system,
#decouple-my-code, and more.
This story was written by:
@hacker86635921. Learn more about this writer by checking
@hacker86635921's about page,
and for more stories, please visit
hackernoon.com.
Node-hooker is a zero-dependency, open-source library that faithfully implements the WordPress Hooks API. Hooks is a pattern of **Actions** and **Filters** that allows for a level of decoupling and extensibility that is the envy of many ecosystems.