COLLECTED BY
Organization:
Internet Archive
Focused crawls are collections of frequently-updated webcrawl data from narrow (as opposed to broad or wide) web crawls, often focused on a single domain or subdomain.
The Wayback Machine - https://web.archive.org/web/20210826104059/https://github.com/topics/launchdarkly
Here are
135 public repositories
matching this topic...
🎚 Flip or flop features in your React application in real-time backed by flag provider of your choice 🚦
Updated
Aug 26, 2021
JavaScript
The guide to decoupling feature rollout from code deployment for feature flag-driven development. Feature flags give a software organization the power to reduce risk, iterate quicker, and get more control.
LaunchDarkly Client-side SDK for Browser JavaScript
Updated
Aug 13, 2021
JavaScript
LaunchDarkly Server-Side SDK for Java
LaunchDarkly Server-Side SDK for .NET
LaunchDarkly Server-side SDK for Node
Updated
Aug 13, 2021
JavaScript
LaunchDarkly Client-side SDK for iOS (Swift and Obj-C)
Updated
Aug 13, 2021
Swift
A library to integrate launch darkly with react redux
Updated
Aug 10, 2021
JavaScript
Launch Darkly React integration with hooks
Updated
Nov 12, 2019
JavaScript
LaunchDarkly Client-side SDK for Android
Updated
Aug 23, 2021
Java
LaunchDarkly Server-side SDK for Python
Updated
Jun 17, 2021
Python
Updated
Feb 9, 2017
JavaScript
Deprecated LaunchDarkly SDK for Go. Use launchdarkly/go-server-sdk instead.
Build tool for automatically sending feature flag code references to LaunchDarkly
LaunchDarkly Server-side SDK for PHP
LaunchDarkly Server-side SDK for Ruby
Updated
Aug 16, 2021
Ruby
LaunchDarkly Server-side SDK for Go
LaunchDarkly Client-side SDK for React Native
Updated
Aug 20, 2021
Java
Server-sent events (SSE) client implementation in Swift for iOS, macOS, tvOS, and watchOS
Updated
Jun 17, 2021
Swift
A library to integrate Launch Darkly with Vue
Updated
Sep 26, 2018
JavaScript
Terraform Provider for LaunchDarkly
Schedule Launch Darkly flags on or off
Updated
Feb 2, 2018
JavaScript
LaunchDarkly Server-Side SDK for Erlang/Elixir
Updated
Aug 24, 2021
Erlang
This module is designed to make it easy to use different Feature Toggle providers in a React application, without having to worry about the client implementation details, using declarative markup that is easy to understand even for non-technical users.
Updated
Jun 22, 2021
JavaScript
Terraform LaunchDarkly provider
Integrate Launch Darkly in your React app in a breeze
Updated
Nov 30, 2020
JavaScript
Easily unit test LaunchDarkly feature flagged components with jest
Updated
Jun 28, 2021
TypeScript
DynamoDB Store for LaunchDarkly's Go SDK
Improve this page
Add a description, image, and links to the
launchdarkly
topic page so that developers can more easily learn about it.
Curate this topic
Add this topic to your repo
To associate your repository with the
launchdarkly
topic, visit your repo's landing page and select "manage topics."
Learn more
You can’t perform that action at this time.
You signed in with another tab or window. Reload to refresh your session.
You signed out in another tab or window. Reload to refresh your session.
Overrides are great for testing purposes (and our dev/staging envs), but I would like to disable query param overriding in our production build.
Adding this as a param on
<LaunchDarkly allowOverrides={false}>would be nice.If you are open to this change, I am open to making a PR for it😄