Category: JavaScript
-
Why you should always focus on the basics when starting web development
Read This Post: 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
Read This Post: 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’
Read This Post: 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…
-
Displaying threaded comments with VueJS
Read This Post: Displaying threaded comments with VueJSDisplaying comments in a threaded manner is challenging with the WP REST API. But here’s a simple way to do it with VueJS.
-
Loading more posts with a button click and WP REST API
Read This Post: Loading more posts with a button click and WP REST APIOne of the features I had an issue finding a tutorial over was loading more posts via a button click. So here’s a brief tutorial on how to do just that.
-
Displaying threaded comments with WordPress REST API
Read This Post: Displaying threaded comments with WordPress REST APIAs I’ve worked with the WP REST API, I’ve seen a lot of really good tutorials over the basics, but not a lot that deal with slightly more complicated topics that are easily implemented in the typical WordPress template. This tutorial over threaded comments in the WP REST API hopefully starts to fill that void.
-
Trying to wrap my head around WP REST API and JavaScript
Read This Post: 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.