node-decko

useful Javascript decorators

Description

Decorators help simplify code by replacing the noise of common patterns with declarative annotations.

Decko establishes 3 standard decorators that are immediately recognizable, so you can avoid creating decorators in your own codebase:

  * @bind: make the value of this constant within a method
  * @debounce: throttle calls to a method
  * @memoize: cache return values based on arguments

Upload more screenshots

Please help extend the collection of screenshots. Just make a screenshot and upload it here. You don't need to register or anything.

Upload a screenshot

Hint: upload an image here from your clipboard with Ctrl-V


Homepage

https://github.com/developit/decko


Install this software package

If the package is available for the distribution you are currently using on your computer then install the software by clicking on…

Install node-decko