• Earn real money by being active: Hello Guest, earn real money by simply being active on the forum — post quality content, get reactions, and help the community. Once you reach the minimum credit amount, you’ll be able to withdraw your balance directly. Learn how it works.

WP Wordpress Plugin Development with Svelte.js (2021)

Status
Not open for further replies.

itsMe

*KillmeMories*
Staff member
Administrator
Super Moderator
Hacker
Specter
Crawler
Shadow
Joined
Jan 8, 2019
Messages
56,618
Solutions
2
Reputation
32
Reaction score
100,455
Points
2,313
Credits
32,700
‎6 Years of Service‎
 
76%
screenshot-4642.png


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

Course content
1 section • 9 lectures • 52m total length


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

Code:
https://www.udemy.com/course/wordpress-plugin-development-svelte/

To see this hidden content, you must like this content.
 
Status
Not open for further replies.
Back
Top