RM
Filter by category:
An example of how create a manifest file within Next JS App Router using headless WordPress. WP GraphQL registering code snippets, and step by step explanation.
Implement lazy loading for videos using Intersection Observer API. Improve site performance and user experience. Code snippets and example using Vanilla JS
Connect Headless WordPress Gravity Forms with Next JS 13. How to render form as React Component and pass form data back to WordPress securely.
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.