-
How I Created the New Crosswinds Framework Settings Screen
•
Continue Reading: How I Created the New Crosswinds Framework Settings ScreenThe start of May brought the version 1.2 release of the Crosswinds Blocks plugin and with it came a new settings screen. Here’s how I was able to build the new settings screen using React.
-
How to preload your CSS and why you should
•
Continue Reading: How to preload your CSS and why you shouldYou’re trying speed up the page load time of your website and you’ve tried everything. But it’s still not quick enough. Have you tried preloading your CSS and JavaScript resources?
-
Why you should always focus on the basics when starting web development
•
Continue Reading: Why you should always focus on the basics when starting web developmentThere are so many web development frameworks that it can be difficult to figure out where you should start. But the basics are always the right place to begin learning.
-
Why I chose to learn with VueJS
•
Continue Reading: Why I chose to learn with VueJSWith JavaScript frameworks all the rage these days, I decided it was time to learn how they work. And what I learned is that VueJS is the easiest framework to learn.
-
WordPress needs to stay JavaScript framework ‘agnostic’
•
Continue Reading: WordPress needs to stay JavaScript framework ‘agnostic’WordPress currently stands at a fork in the JavaScript road. For a long time, it seemed like a formality that the core team would select ReactJS as the JavaScript framework for WordPress. After all, Automattic, the company that runs WordPress.com, started using it, and the new post editor, Gutenberg, was being built with it. But…
-
Trying to wrap my head around WP REST API and JavaScript
•
Continue Reading: Trying to wrap my head around WP REST API and JavaScriptI set out this week to learn more about the WP REST API and JavaScript. What I learned is that I still have a ton to learn in those departments.