Course Information
Course Overview
How to code a plugin for Wordpress with React.js
Wordpress Plugin Development with React
This course aims you to teach you how to code your own plugin on a Wordpress website. We are going to learn together how to start, how to activate our plugin and how to change our content dynamically.
At the end of this course, i'll provide you the entire plugin as files to use.
What is React?
React is an open-source JavaScript library that is used for building user interfaces specifically for single-page applications. It's used for handling the view layer for web and mobile apps. React also allows us to create reusable UI components.
Why React?
React allows developers to create large web applications that can change data, without reloading the page. The main purpose of React is to be fast, scalable, and simple. It works only on user interfaces in the application.
First JavaScript framework on market right now,
Easy to learn,
Important amount of packages to use,
Biggest community of JS frameworks,
Various documentation and help to find,
Most chosen library/framework in JavaScript,
The use of reusable, composable, and stateful components,
The nature of reactive updates...
You understand now why React can be a powerful ally. There are many other reasons to use it but the main one: it's the most common framework asked on job market.
"When React was first introduced, it fundamentally changed how JavaScript frameworks worked." Eric Elliott
So if you are looking for an efficient course to learn how to code your Wordpress plugin with React, you are at the right place.
Course Content
- 1 section(s)
- 9 lecture(s)
- Section 1 Introduction
What You’ll Learn
- Wordpress plugin development with React
- Develop a Wordpress Plugin
- Add React to Wordpress
- Create a React component
- Create functions inside a React component
- Link a template to a React component
- Add javascript libraries to a React component
Skills covered in this course
Reviews
-
VVictor Ejiofor
This is wonderful and very informative thanks for this beautiful course.
-
NNick Dinges
Very good! Would get a second course that shows interaction with the server using fetch.
-
EEden Palas
Bof, pas très élaborer comme cours! J'aurais préférer que ce sois un petit peu plus pousser
-
RRex Keal
Good and quick introduction. I did notice that you've used wp_enqueue_script outside of the hook it should be in. Your method will fill the logs up with a warning about this. Otherwise, easy to understand and get up and running locally. Thanks! Money well spent.