Flagsmith / flagsmith-realtime-example

Flagsmith Realtime demo with SSE

Home Page:https://flagsmith-realtime-example.vercel.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Realtime Flagsmith Example

This project demonstrates how you can use Flagsmith's realtime SSE feature.

Install

npm i

How it works

/components/FlagsmithBlock.js

  • Initialises its own instance of flagsmith and identifies as a unique user.
  • The Flagsmith instance is initialised with {realtime:true}
  • The SDK instance will receive new feature evaluations when they are adjusted in the dashboard.

About

Flagsmith Realtime demo with SSE

https://flagsmith-realtime-example.vercel.app


Languages

Language:JavaScript 54.6%Language:CSS 45.4%