Skip to content

Files

This branch is 280 commits behind open-feature/js-sdk-contrib:main.

hooks

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Mar 25, 2024
Apr 14, 2023

OpenFeature JavaScript Hooks

Hooks are a mechanism whereby application developers can add arbitrary behavior to flag evaluation. They operate similarly to middleware in many web frameworks. Please see the spec for more details.

Add a new hook

  1. npm ci
  2. npm run generator-hook