What are useMemo and useCallback used for? We go over what they are and when you might want to use them in this post.
What separates a component you're glad to reuse from one you dread touching—props design, composition, and knowing when to split.
I wanted to use an index.astro page, but you cannot use getStaticPaths to paginate it, so this is what I did instead.