RM
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.
Sometimes when writing Jest unit tests you are going to want to be able to loop over items to quickly test different cases. Whether this be looping over an array of items, or counting between numbers in your Jest Test....
Solution for error 'RangeError: timeZone is not supported.' when unit testing Intl API. Caused by Node not supporting time zones
A run down of what to expect from the new Gatsby Plugin Image components, how to use it, and how it differs from the original Gatsby Image.
Solved: Error 'Unsupported prop change on Elements: You cannot change the `stripe` prop after setting it.'. useEffect and useState to fix and dynamically set.
Considering using Gatsby JS for your website? Looking to improve your businesses marketing? Will it improve a websites performance? Not sure of the benifits? Gatsby could be the right choice.
For a while now I have been working with WordPress as a back end CMS (one of the many micro services) and Gatsby to generate websites for my clients. To connect the two I am use a WordPress plugin called WP GraphQL, and...
Need to include functionality/services from multiple platforms? A content mesh type approach with React or Gatsby could be the solution!
Google Maps javascript api error: apinotactivatedmaperror SOLVED. An annoying error, with a simple solution. Read how to enable the APIs.