Skip to content

Commit f73324a

Browse files
committed
.
1 parent 8f113c7 commit f73324a

File tree

1 file changed

+3
-0
lines changed
  • examples/usesuspensequery_to_usesuspensequeries

1 file changed

+3
-0
lines changed

examples/usesuspensequery_to_usesuspensequeries/README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22

33
This example demonstrates how to use Codegen to automatically convert multiple `useSuspenseQuery` calls to a single `useSuspenseQueries` call in React codebases. The migration script makes this process simple by handling all the tedious manual updates automatically.
44

5+
> [!NOTE]
6+
> View example transformations created by this codemod on the `deepfence/ThreatMapper` repository [here](codegen.sh/codemod/a433152e-5e8d-4319-8043-19ff2b418869/public/diff).
7+
58
## How the Migration Script Works
69

710
The script automates the entire migration process in a few key steps:

0 commit comments

Comments
 (0)