explainx.ainewsletter3.4k
trending๐Ÿ”ฅloopsskills
pricing
workshops โ†—
explainx.ai

Learn to lead teams that combine humans and agents. Platform access, live workshops, bootcamps, and 50+ courses โ€” plus skills, tools, and MCP to practice what you learn.

follow us

custom AI agents

[email protected]

get started

Join ยท $29/mo

learn

platform ยท $29/moworkshopsbootcampscoursescertificationscertification testsexplainx universitycorporate trainingfacilitatorshackathonslearn skills & mcp

discover

skillstoolsagentsmcp serversdesignsllmsagiranks

content

releasesvisionmissionaboutcommunityteamcareersresourcespromptsgenerators hubgenerator SEO hubprompt templatesprompt guidesblogfor LLMsdemo

Sister Products

Infloq

Infloq

Influencer marketing

BgBlur

BgBlur

Privacy-first blur

Olly Social

Olly Social

Social AI copilot

Ceptory

Ceptory

Video intelligence

BgRemover

BgRemover

Background removal

newsletter ยท weekly

Get AI news, tools, and insights in your inbox.

contactsupportprivacytermsdata rightssubmission guidelines

ยฉ 2026 AISOLO Technologies Pvt Ltd

home/skills/tag/flags
skill tag

flagsโ–Œ

4 indexed skills ยท max 10 per page

skills (4)

flags

vercel/next.js ยท Productivity

0

Use this skill when adding or changing framework feature flags in Next.js internals.

flags-sdk

vercel/flags ยท Productivity

0

The Flags SDK (flags npm package) is a feature flags toolkit for Next.js and SvelteKit. It turns each feature flag into a callable function, works with any flag provider via adapters, and keeps pages static using the precompute pattern. Vercel Flags is the first-party provider, letting you manage flags from the Vercel dashboard or the vercel flags CLI.

flags

facebook/react ยท Productivity

0

Inspect and compare feature flag states across React release channels. \n \n View all flags across channels (www, www-modern, canary, next, experimental, rn variants) or compare specific channels with --diff \n Output formats include default table view, CSV export, and cleanup status grouping \n Flag states indicated by symbols: enabled (โœ…), disabled (โŒ), variant testing (๐Ÿงช), profiling-only (๐Ÿ“Š) \n Common pitfall: __VARIANT__ flags are tested in both states on www; use --diff to spot meaningful

feature-flags

facebook/react ยท Productivity

0

Manage React feature flags across channels, gate tests conditionally, and debug flag-specific test failures. \n \n Four flag files control defaults and channel-specific overrides (canary, www, React Native, test renderer) with __VARIANT__ flags simulating gatekeepers tested in both states \n Use @gate flagName pragma to skip tests entirely when a flag is unavailable, or inline gate() to branch assertions when behavior differs \n Adding a new flag requires entries in the main file plus all fork f