fix state management doc link in frontend-commands.mdx (#7334)

- found dead (assuming old) link in docs
This commit is contained in:
Ben Hoskins
2024-10-09 17:15:19 +01:00
committed by GitHub
parent 28c0b146d4
commit df395333c1

View File

@ -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. [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 ## Testing
@ -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. Storybook is for testing the behavior of isolated components, as well as displaying the design system.
<ArticleEditContent></ArticleEditContent> <ArticleEditContent></ArticleEditContent>