RM
Filter by category:
Struggling to find the Yoast Custom Breadcrumb Title meta field name? It was a tricky one to find! Here is how to use it programattically.
Looking to migrate from query-string to URLSearchParams? Example and walk-through in this article.
Solution and explanation of the error "Cannot read properties of undefined (reading 'main')". Caused by Material UI incorrect Migration.
An example of how to permanently redirect a URL using Next.js. 301 is actually a 308, and how to wildcard path match within next.config.js
Looking to increase the speed of a React website? Want to split out components and only load them on click? Here is a solution for lazy loading React components on click.
Video iframes are heavy. The JavaScript in the player is not needed immediately. Lets defer everything but thumbnail until the user presses play. Solution in React for YouTube.
The CSS 'position: sticky' was not working when I added an overflow value to an ancestor element. This piece explains why, and provides the solution.
A basic overview of testing with Jest and React Testing Library. What are the differences between the two? How should they be used?
An example of how create a manifest file within Next JS using headless WordPress. WP GraphQL registering code snippets, and step by step explanation.
An example of how to use a WordPress favicon within Next JS. WP GraphQL registering code snippets, and step by step explaination.