Tutorials on Web Development, Programming, and Web Design

Tutorial on Action Creators in Redux

In Tutorials

Continuing directly from our previous tutorial, now we start to use an “action creator”.  In our ToDo component, we are dispatching an action object like this … This has a bit of...

read more

Tutorial Intro to Redux in React

In Tutorials

This tutorial introduces you to using Redux in React by creating the usual “To do” app. Start with … create-react-app redux-todo cd redux-todo npm run eject npm install npm...

read more

Tutorial Intro to First Mobx React App

In Tutorials

In this first intro tutorial to using Mobx statement managment for React apps, we are going to build a “To Do” app.  I’m using Node 10 and npm 5.6. Just like when learning a new...

read more

Tutorial to create starter React app with create-react-app

In Tutorials

To create a starter React app, a good tool is “create-react-app” which was created by Facebook.   You install it by running npm from your terminal.  This assume you have already...

read more

How to update to the latest npm version

In Tutorials

To update your npm to the latest version, do … npm install -g npm@latest This is an instance where you use npm to update itself.  The -g flag is to install it “globally” which is...

read more

Restoring a Deleted Commit in git

In Tutorials

Not often needed.  But this tutorial will show you how to restore a commit that you have deleted in Git. Suppose we have two commits so far… And then suppose, we have deleted the “add...

read more

How to disable WordPress REST API

In Tutorials

The latest version of WordPress (4.7 is an example as of this writing) enables the WordPress REST API by default.   As shown in our previous tutorial, this enables third party sites to retrieve...

read more

Examples of using WordPress REST API

In Tutorials

In the older versions of WordPress, you used to need to download and install the WP REST API plugin in order for other webapp to access your site data using REST API.  But with the latest versions...

read more

Using TMG Activation Plugin to Recommends Plugins with Theme

In Tutorials

In this tutorial, we are going to use the TMG Activation Plugin to recommend particular plugins in the theme notification such as this … Here we want our theme to recommend the “Contact...

read more

Learn Web Tutorials is hosted by Hostmonster and design based on Wordpress template by Elegant Themes
All contents are opinions and are copyrighted and may contain display ads and ad links for which site may receive revenues from.
See Terms of Use and Privacy Policy.