Rebuilding My Static Blog with Build-Time Data and Instant Search
A developer rebuilds a static blog to use build-time data aggregation and instant search, eliminating runtime API dependencies for better performance.
A developer rebuilds a static blog to use build-time data aggregation and instant search, eliminating runtime API dependencies for better performance.
A tutorial on implementing search functionality for a GatsbyJS blog using GraphQL and React hooks to filter posts by title, description, and tags.
A developer shares a clever one-line JavaScript solution using String.replace() to highlight search terms in text results with HTML <mark> tags.