aboutsummaryrefslogtreecommitdiffstats
path: root/src/utils/hooks/use-redirection
Commit message (Collapse)AuthorAgeFilesLines
* test(hooks): fix not wrapped in act error in Jest testArmand Philippot2023-12-111-5/+5
|
* refactor(pages): refine Blog pagesArmand Philippot2023-12-043-0/+122
* replace usePostsList with useArticlesList to keep names coherent * remove useIsMounted hook * rewrite useRedirection hook * add redirect in getStaticProps to avoid unecessary fetching * move Pagination component in a noscript tag * use hooks to refresh thematics and topics lists * complete Cypress tests