aboutsummaryrefslogtreecommitdiffstats
path: root/src/pages/blog/index.tsx
Commit message (Collapse)AuthorAgeFilesLines
...
* refactor: rewrite types and servicesArmand Philippot2021-12-201-1/+1
| | | | | | | I was repeating myself a lot in services. So I rewrited the different functions to improve readability and I extracted some formatting functions to put them in utils. I also rewrited/reorganized some types to keep consistent names.
* refactor: move SWR to blog pageArmand Philippot2021-12-161-5/+40
| | | | This way I can reuse PostsList component with another posts fetcher.
* chore: display year between blog postsArmand Philippot2021-12-161-1/+1
|
* chore: add pagination (load more) to blog pageArmand Philippot2021-12-151-6/+9
|
* chore: retrieve posts list on blog pageArmand Philippot2021-12-151-0/+48