Devcycle/Launchdarkly To Devcycle

1.0.3Last update Feb 17, 2025
by@Codemod
migration

This codemod migrates project from Launchdarkly React SDK to DevCycle React SDK

Example

Before

import { withLDProvider } from "launchdarkly-react-client-sdk";
const App = () => null;
export default withLDProvider({
clientSideID: "",
})(App);

After

import { withDevCycleProvider } from "@devcycle/react-client-sdk";
const App = () => null;
export default withDevCycleProvider({
sdkKey: "",
})(App);

Build custom codemods

Use AI-powered codemod studio and automate undifferentiated tasks for yourself, colleagues or the community

background illustrationGet Started Now