flags icon indicating copy to clipboard operation
flags copied to clipboard

⛳️ Feature Flags for Next.js

Results 9 flags issues
Sort by recently updated
recently updated
newest added

This originally existed on an unreleased branch in 77bfb6ff3f22167c8655987ff44aaa975bf5f292 but had to be removed as a TypeScript warning appeared on the calling side of `response.cookie(...flagBag.cookie)`: > A spread argument must...

I have a side project written in nextjs, deployed on vercel. It has a handful of lambdas that serve as the backend (/pages/api/...), but no server. A common pattern for...

We can reduce the time happykit's first client-side request takes by pre-establishing the connection (`preconnect`) or at least the DNS resolution (`dns-prefetch`). We can do this by having users add...

Hey there!, the product looks great and I cant wait to start using it! While configuring our envs, one issue arose regarding environments production/preview/development all seem to be shared environments,...

We currently use HappyKit in a Next project with the following setup: ```json "@happykit/flags": "^3.3.0", ... "next": "13.5.2", ``` This project uses a standalone next build running in a docker...

Hey, I'm testing out Happykit Feature flags and ran into an issue or possibly I have a misunderstanding of how the feature flag evaluation works. I have the following rules...

I haven't seen much activity lately, but I was wondering if the APIs are going to be updated to accommodate Next 13's `app` dir? I want to move my code...

Hi there, I am using the flags implementation into a next.js project with TS, when creating the getFlags function I get the following error: ``` Exported variable 'getFlags' has or...

The current changeset setup still requires a manual release. Would be nice to fix this to release automatically as PRs get merged