Tags
Language
Tags
March 2025
Su Mo Tu We Th Fr Sa
23 24 25 26 27 28 1
2 3 4 5 6 7 8
9 10 11 12 13 14 15
16 17 18 19 20 21 22
23 24 25 26 27 28 29
30 31 1 2 3 4 5
Attention❗ To save your time, in order to download anything on this site, you must be registered 👉 HERE. If you do not have a registration yet, it is better to do it right away. ✌

( • )( • ) ( ͡⚆ ͜ʖ ͡⚆ ) (‿ˠ‿)
SpicyMags.xyz

Wordpress Plugin Development with Svelte.js (2021)

Posted By: lucky_aut
Wordpress Plugin Development with Svelte.js (2021)

Wordpress Plugin Development with Svelte.js (2021)
Duration: 52m | .MP4 1280x720, 30 fps(r) | AAC, 44100 Hz, 2ch | 824 MB
Genre: eLearning | Language: English

How to develop a plugin for Wordpress with Svelte

What you'll learn
Wordpress plugin development with Svelte
Use of Svelte
Create a Wordpress plugin
Link a HTML template to a plugin
Add javascript libraries to a Wordpress plugin
Architecture of a plugin using Svelte

Requirements
none
Description
Wordpress Plugin Development with Svelte

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.

In this course, we are going to learn to use SvelteJS to create our first Wordpress Plugin. Step by step, we are going to:

Create a local Wordpress,

Create your first Wordpress plugin

Build our first Svelte app,

Create our first Svelte component,

Link Wordpress with our Svelte app,

Import Bootstrap as a CDN,

Import others scripts that we will need,

Show/hide a cookie banner,

Put/remove cookies from browser

What is Svelte?

Svelte: A new approach to building rich user interfaces

Svelte provides a different approach to building web apps than some of the other frameworks covered in this module. While frameworks like React and Vue do the bulk of their work in the user's browser while the app is running, Svelte shifts that work into a compile step that happens only when you build your app, producing highly-optimized vanilla JavaScript.

The outcome of this approach is not only smaller application bundles and better performance, but also a developer experience that is more approachable for people that have limited experience of the modern tooling ecosystem.

Svelte sticks closely to the classic web development model of HTML, CSS, and JS, just adding a few extensions to HTML and JavaScript. It arguably has fewer concepts and tools to learn than some of the other framework options.

Who this course is for:
beginners

More Info