From 35e9d9f7ce174b3b7506e6f892d55ed58fbe1854 Mon Sep 17 00:00:00 2001 From: Blake Friedman Date: Tue, 29 Oct 2024 10:58:54 +0000 Subject: [PATCH] Update 2024-10-24-changes-to-oss-flipper.md Linked to DevTools --- website/blog/2024-10-24-changes-to-oss-flipper.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/blog/2024-10-24-changes-to-oss-flipper.md b/website/blog/2024-10-24-changes-to-oss-flipper.md index b41fd55b1f8..5164f8de7d4 100644 --- a/website/blog/2024-10-24-changes-to-oss-flipper.md +++ b/website/blog/2024-10-24-changes-to-oss-flipper.md @@ -21,7 +21,7 @@ While Flipper's repository will be archived. The source code will remain availab ## Why? -When Flipper was initially created, it was intended to fill a gap in native developer tooling. It was first open sourced in 2018, over 7 years ago. The native tooling capabilities have improved since then, and more people have stopped reaching for Flipper when doing native development. React Native removed Flipper from its default boilerplate in [v0.74](https://reactnative.dev/blog/2024/04/22/release-0.74#removal-of-flipper-react-native-plugin) and recently announced React Native DevTools. Nowadays, you can use alternative tools to reproduce Flipper's capabilities. We recommend checking out this [blog post](https://shift.infinite.red/why-you-dont-need-flipper-in-your-react-native-app-and-how-to-get-by-without-it-3af461955109). +When Flipper was initially created, it was intended to fill a gap in native developer tooling. It was first open sourced in 2018, over 7 years ago. The native tooling capabilities have improved since then, and more people have stopped reaching for Flipper when doing native development. React Native removed Flipper from its default boilerplate in [v0.74](https://reactnative.dev/blog/2024/04/22/release-0.74#removal-of-flipper-react-native-plugin) and recently announced [React Native DevTools](https://reactnative.dev/docs/react-native-devtools). Nowadays, you can use alternative tools to reproduce Flipper's capabilities. We recommend checking out this [blog post](https://shift.infinite.red/why-you-dont-need-flipper-in-your-react-native-app-and-how-to-get-by-without-it-3af461955109). As a result, support for Flipper has been deprioritized, and Flipper no longer has a dedicated team to support it. While we are sad to see this chapter come to an end, we are proud of what we have accomplished and grateful to the community for their support.