Signed-off-by: Peter Macdonald <peterm4c@pm.me>
This commit is contained in:
Peter Macdonald
2026-04-02 10:46:47 +02:00
parent 7f688e5e8f
commit a7859cf2dc
@@ -272,7 +272,7 @@ export const myPage = PageBlueprint.make({
## Step 5: Replace Internal Routing with Sub-Pages
This is one of the biggest changes in a full migration. Old plugins often use React Router `<Route>` trees inside a router component to handle internal navigation. Before migrating, determine which routing pattern fits the plugin.
Old frontend plugins often use React Router `<Route>` trees inside a router component to handle internal navigation. Before migrating, determine which routing pattern fits the plugin.
### Decide Which Routing Pattern to Use