EdgeJS

Edge

8 Series
72 Lessons
22h 26m

Edge is a feature-packed template engine for Node.JS that AdonisJS utilizes out-of-the-box. It comes with support for conditionals, looping, partials, layouts, components, and so much more.

Lessons.

Video preview
Adocasts Plus Exclusive
Exclusive
Adding Button Variants
EdgeJS Components #3.3
・
Nov 20, 23

Adding Button Variants

In this lesson, we'll add variant options for our base button. These will provide light and dark options as well as stateful coloring blue, green, red, and yellow.

Video preview
Adocasts Plus Exclusive
Exclusive
Adding Button Sizes
EdgeJS Components #3.2
・
Nov 20, 23

Adding Button Size Options

In this lesson, we'll add four size options to our base button large, base, small, and extra small. These sizes will then automatically be available as we add our button variants and styles.

Video preview
Adocasts Plus Exclusive
Exclusive
Adding Interactivity to our Button
EdgeJS Components #3.1
・
Nov 13, 23

Adding Interactivity to our Button

In this lesson, we'll add extendable interactivity to our button using AlpineJS. We'll also walk through a demonstration of how we can utilize event propagation in AlpineJS to our advantage.

Video preview
Adocasts Plus Exclusive
Exclusive
Base Button
EdgeJS Components #3.0
・
Nov 13, 23

Creating Our Base Button

In this lesson, we'll create our base button component which al our other button styles will derive from. It'll be in charge of building our classes, adding interactivity, and more.

Video preview
Adocasts Plus Exclusive
Exclusive
Main Slot, Named Slots, and Slot Scope
EdgeJS Components #2.4
・
Nov 06, 23

Main Slot, Named Slots, and Slot Scopes

In this lesson, we'll learn all about the main slot, how to define and use named slots, as well as passing state information from within our components to our slots using slot scopes.

Video preview
Adocasts Plus Exclusive
Exclusive
Serialize Props as Attributes
EdgeJS Components #2.3
・
Nov 06, 23

Serializing Props as Element Attributes

In this lesson, we'll learn about EdgeJS' serialize only and serialize except utility methods, which allow us to directly serialize key-value pairs from our props as element attributes within our components.

Video preview
Adocasts Plus Exclusive
Exclusive
Component Props & Default State
EdgeJS Components #2.2
・
Oct 29, 23

Component Props and Default State

In this lesson, we'll learn how about props and how props and state interact within EdgeJS Components. We'll also take a look at how we can default default state values for our components.

Video preview
Adocasts Plus Exclusive
Exclusive
EdgeJS and AlpineJS State
EdgeJS Components #2.1
・
Oct 29, 23

Component State & Passing State from EdgeJS to ApineJS

In this lesson, we'll take a look at how we can define and manage state within EdgeJS Components. We'll also learn how we can pass single properties or full objects from EdgeJS to AlpineJS and our client-side scripts.

Video preview
Adocasts Plus Exclusive
Exclusive
A Look at Component Reactivity
EdgeJS Components #2.0
・
Oct 29, 23

A Look At Component Reactivity

In this lesson, we'll take a look at how we'll approach reactivity within our EdgeJS components using AlpineJS. We'll also briefly discuss where the line between EdgeJS and AlpineJS is, in terms of our component state and reactivity.

Video preview
Adocasts Plus Exclusive
Exclusive
Dynamic Demo Routes
EdgeJS Components #1.3
・
Oct 21, 23

Dynamic Demo Routes for Components

In this lesson, we'll set up a dynamic route, which will be used to serve demos of the various components we'll be building.

Video preview
Structure and Component Layouts
EdgeJS Components #1.2
・
Oct 21, 23

View Structure and Component-Based Layouts

In this lesson, we'll get our view and component structures set up. Then, we'll take an abnormal approach and cover how to use components for your layouts.

Video preview
Installing AlpineJS and TailwindCSS
EdgeJS Components #1.1
・
Oct 21, 23

Getting Started, Installing AlpineJS and TailwindCSS

In this lesson, we'll quickly create a new AdonisJS 5 project to house our components. Then, we'll install the dependencies needed by PinesUI; AlpineJS and TailwindCSS.

Video preview
exploring edgejs-components
EdgeJS Components #1.0
・
Oct 21, 23

Exploring EdgeJS' Component System

In this lesson, we'll walk through a high-level overview of this series' objectives, including the various components we'll build throughout this series.

AdonisJS HTML Minifier
AdonisJS Quick Tip #12.0
・
Dec 11, 22

Minify Your AdonisJS HTML in 5 Minutes

We'll learn how we can alter all our AdonisJS HTML response bodies using a simple global middleware to add HTML minification.

AdonisJS Custom Global Helpers
AdonisJS Quick Tip #11.0
・
Nov 27, 22

How To Create Your Own Global Helpers in AdonisJS

In this lesson, we'll learn how we can create our own globally available helper methods & properties in AdonisJS.

Altering Lesson 404 Behavior
Let's Build with AdonisJS #1.10
・
Oct 29, 22

Altering Adocasts' Lesson 404 Page Behavior

In this stream, we'll alter our soon-to-be-published lessons to display a "Coming Soon" notice when visited instead of the current 404 page.

PDF Invoice Generator
Oct 23, 22

Create a NodeJS PDF Generator that Sends the PDF as an Email Attachment with AdonisJS & Puppeteer

In this lesson, we'll be creating an application that creates a PDF from a styled page using AdonisJS, EdgeJS, and Puppeteer. Then, we'll learn how we can send this PDF as an email attachment.

Method Spoofing HTML Forms
AdonisJS Quick Tip #9.0
・
Sep 04, 22

Http Method Spoofing & Helper Components in AdonisJS

In this lesson, we'll learn how we can utilize Http Method Spoofing to send PUT, PATCH, and DELETE requests using native HTML forms. We'll then create utility functions to make the implementation cleaner.

Let's Build with AdonisJS #1.9
・
May 20, 22

Comment Likes & Unlikes

In this stream, we'll be adding the ability to like and unlike a comment on the new upcoming Jagr.Co site, built with AdonisJS.

Let's Build with AdonisJS #1.6
・
Jan 29, 22

Building A Comment System

In this stream, we focused on building a comment system that allowed infinitely nestable responses. It's all done server-side too, so it's SEO friendly!

Showing 41 to 60 of 72 results