The React Context API is a data store that provides functionality for accessing data at the component level without passing it down through the application as props. I like to think of Context as “global” props or state that can be directly...
Read More Quick Tip: Sharing Data in Next.js with React ContextAuthor: Darren Cooney
WP Search with Algolia Tips and Tricks
Let’s face it; the native WordPress search is mediocre at best. The search algorithm takes only post title, content, and excerpt into consideration when generating search results. It also places extreme relevance on exact matches, which can lead to irrelevant results being...
Read More WP Search with Algolia Tips and Tricks