Context/Hook based Flagsmith integration for React apps #78
-
As part of a new React project I'm working on we wanted to integrate Flagsmith as our feature flagging tool. I'm a big fan of context and hooks in React, especially for something like feature flags which many components might want to access. To that end I've started working on a context and hook based integration for Flagsmith based around the existing Javascript integration. It's pretty rough and ready at the moment as it's early days, but we've integrated it into out POC and it's functional. I'm hoping to get a properly stable V1 out in the next week or so. Any ideas, feedback or bugs would be gratefully accepted - I hope it's of use to people. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Excited to use this! I'll keep an eye on the repo and test / provide any insights when I can. |
Beta Was this translation helpful? Give feedback.
Excited to use this! I'll keep an eye on the repo and test / provide any insights when I can.