
Respecting “prefers reduced motion” with Javascript and React.
In this article i would like to show you how to access to prefers reduced motion setting with javascript and react to show animations or not.
Read articleIn this article i would like to show you how to access to prefers reduced motion setting with javascript and react to show animations or not.
Read articleIn this article i would like to share some thoughts and techniques that could help you on your journey of being or becomming a developer.
Read articleIn this article we will have a look at how to cancel a Axios Http request to prevent errors when updating state in an unmounted react component.
Read articleIn this article we are going to have a look at some of the JavaScript Array methods and use them to deal with response date we get from an Api call.
Read articleIn this article we will have a look at how to fix and render content comming from the WordPress Rest Api within a React Application.
Read articleIn this tutorial we will hav a llok at React and the WordPress react api and create a small basic post navigation application
Read articleA tutorial about working with the WordPress WP_Query class to create a related post template part for your theme with php
Read articleIf you ever tried to test your WordPress website with The W3C Markup Validation Service you probably got this warning “The type attribute is unnecessary for JavaScript/style resources”. Let me show you how to fix this.
Read articleUp until the WordPress 5.3 release you could only register custom block styles by creating a Javascript file with a call to registerBlockStyle. As of WordPress 5.3 we can achieve the same thing with a simple Php function call.
Read articleNow I don’t want to start of negative so even though I’m not the biggest fan of the WordPress customizer and it will probably be replaced with some kind of Gutenberg implementation in the future. I’m also not a fan of changing client logo’s every time they or a designer decides it needs a update. So we’d better implement this option into the the WordPress admin and be done with it! 🙂
Read article