Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 5 additions & 3 deletions docs/framework/react/react-native.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,15 @@ React Query is designed to work out of the box with React Native.

There are several options available for React Native DevTools integration:

1. **Native macOS App**: A 3rd party app for debugging React Query in any js-based application:
1. **Rozenite Plugin**: A 3rd party plugin for [React Native DevTools](https://reactnative.dev/docs/react-native-devtools) users: https://www.rozenite.dev/docs/official-plugins/tanstack-query

2. **Native macOS App**: A 3rd party app for debugging React Query in any js-based application:
https://github.com/LovesWorking/rn-better-dev-tools

2. **Flipper Plugin**: A 3rd party plugin for Flipper users:
3. **Flipper Plugin**: A 3rd party plugin for Flipper users:
https://github.com/bgaleotti/react-query-native-devtools

3. **Reactotron Plugin**: A 3rd party plugin for Reactotron users:
4. **Reactotron Plugin**: A 3rd party plugin for Reactotron users:
Comment on lines +12 to +20
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ Potential issue | 🟡 Minor

Use consistent “third-party” wording in the DevTools list.

On Line 12, Line 14, Line 17, and Line 20, prefer “third-party” (hyphenated) over “3rd party” for documentation consistency and grammar.

✍️ Suggested doc wording update
-1. **Rozenite Plugin**: A 3rd party plugin for [React Native DevTools](https://reactnative.dev/docs/react-native-devtools) users: https://www.rozenite.dev/docs/official-plugins/tanstack-query
+1. **Rozenite Plugin**: A third-party plugin for [React Native DevTools](https://reactnative.dev/docs/react-native-devtools) users: https://www.rozenite.dev/docs/official-plugins/tanstack-query

-2. **Native macOS App**: A 3rd party app for debugging React Query in any js-based application:
+2. **Native macOS App**: A third-party app for debugging React Query in any js-based application:

-3. **Flipper Plugin**: A 3rd party plugin for Flipper users:
+3. **Flipper Plugin**: A third-party plugin for Flipper users:

-4. **Reactotron Plugin**: A 3rd party plugin for Reactotron users:
+4. **Reactotron Plugin**: A third-party plugin for Reactotron users:
📝 Committable suggestion

‼️ IMPORTANT
Carefully review the code before committing. Ensure that it accurately replaces the highlighted code, contains no missing lines, and has no issues with indentation. Thoroughly test & benchmark the code to ensure it meets the requirements.

Suggested change
1. **Rozenite Plugin**: A 3rd party plugin for [React Native DevTools](https://reactnative.dev/docs/react-native-devtools) users: https://www.rozenite.dev/docs/official-plugins/tanstack-query
2. **Native macOS App**: A 3rd party app for debugging React Query in any js-based application:
https://github.com/LovesWorking/rn-better-dev-tools
2. **Flipper Plugin**: A 3rd party plugin for Flipper users:
3. **Flipper Plugin**: A 3rd party plugin for Flipper users:
https://github.com/bgaleotti/react-query-native-devtools
3. **Reactotron Plugin**: A 3rd party plugin for Reactotron users:
4. **Reactotron Plugin**: A 3rd party plugin for Reactotron users:
1. **Rozenite Plugin**: A third-party plugin for [React Native DevTools](https://reactnative.dev/docs/react-native-devtools) users: https://www.rozenite.dev/docs/official-plugins/tanstack-query
2. **Native macOS App**: A third-party app for debugging React Query in any js-based application:
https://github.com/LovesWorking/rn-better-dev-tools
3. **Flipper Plugin**: A third-party plugin for Flipper users:
https://github.com/bgaleotti/react-query-native-devtools
4. **Reactotron Plugin**: A third-party plugin for Reactotron users:
🧰 Tools
🪛 LanguageTool

[grammar] ~14-~14: Use a hyphen to join words.
Context: ...ck-query 2. Native macOS App: A 3rd party app for debugging React Query in a...

(QB_NEW_EN_HYPHEN)


[grammar] ~17-~17: Use a hyphen to join words.
Context: ...-dev-tools 3. Flipper Plugin: A 3rd party plugin for Flipper users: https...

(QB_NEW_EN_HYPHEN)

🤖 Prompt for AI Agents
Verify each finding against the current code and only fix it if needed.

In `@docs/framework/react/react-native.md` around lines 12 - 20, Replace the
inconsistent "3rd party" phrasing with the hyphenated "third-party" in the
DevTools list entries for "Rozenite Plugin", "Native macOS App", "Flipper
Plugin", and "Reactotron Plugin" so all four bullets use "third-party"
(hyphenated) for consistent grammar and style.

https://github.com/hsndmr/reactotron-react-query

## Online status management
Expand Down
Loading