Skip to content

Commit

Permalink
fix state management doc link in frontend-commands.mdx (#7334)
Browse files Browse the repository at this point in the history
- found dead (assuming old) link in docs
  • Loading branch information
hozza authored Oct 9, 2024
1 parent 28c0b14 commit df39533
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ To avoid unnecessary [re-renders](/contributor/frontend/best-practices#managing-

[Recoil](https://recoiljs.org/docs/introduction/core-concepts) handles state management.

See [best practices](/contributor/frontend/best-practices#state-management) for more information on state management.
See [best practices](/developers/section/frontend-development/best-practices-front#state-management) for more information on state management.

## Testing

Expand All @@ -78,4 +78,4 @@ Jest is mainly for testing utility functions, and not components themselves.

Storybook is for testing the behavior of isolated components, as well as displaying the design system.

<ArticleEditContent></ArticleEditContent>
<ArticleEditContent></ArticleEditContent>

0 comments on commit df39533

Please sign in to comment.