Lesson 1: Get started with repeaters | Coding with Velo: Repeaters - Best Webhosting

Thanks! Share it with your friends!

URL

You disliked this video. Thanks for the feedback!

Sorry, only registred users can create playlists.

ULTRAFAST, CHEAP, SCALABLE AND RELIABLE! WE STRONGLY RECOMMEND ACCU WEB HOSTING COMPANY

Lesson 1: Get started with repeaters | Coding with Velo: Repeaters

Watch Website Builder Wix.com Video: Lesson 1: Get started with repeaters | Coding with Velo: Repeaters.
In this lesson, you'll learn what repeaters are and how to use them.
We'll cover a repeater example, how it is structured, and the type of data it can accept.

Timestamps:

00:00 Intro
00:36 Repeater example
00:57 Adding a button to a repeater
01:07 About a repeater's structure
01:56 Reviewing the data in a repeater

There’s more where this came from. Watch the full course here:
https://www.wix.com/learn/online-course/coding-with-velo/velo-repeaters

And check out all of our courses and lessons on Wix Learn: https://www.wix.com/learn

Published:
Category: Website Builder Wix.com
15 Views

Related Videos

  • Lesson 5: Lifecycle- Add items | Coding with Velo: Repeaters

    Lesson 5: Lifecycle- Add items | Coding with Velo: Repeaters

    by Best Webhosting Added 18 Views / 0 Likes

    In this lesson, you'll learn how to work with the lifecycle of a repeater, which consists of different events. We'll cover specifically adding items to the repeater. Timestamps: 00:00 Intro 01:01 Checking the repeater data 02:09 Adding items to the repeater 05:27 Populating the repeater with the new items 06:49 Previewing the code There’s more where this came from. Watch the full course here: https://www.wix.com/learn/online-course/coding-with-velo/ve

  • Lesson 4: Populate with third party data | Coding with Velo: Repeaters

    Lesson 4: Populate with third party data | Coding with Velo: Repeaters

    by Best Webhosting Added 24 Views / 0 Likes

    In this lesson, you'll learn how to use third-party services and connect them to your repeater in order to populate the repeater with data from another source. Timestamps: 00:00 Intro 00:50 Fetching for the data 02:53 Retrieving data from the API 04:30 Moving to the frontend 08:12 Comparing items There’s more where this came from. Watch the full course here: https://www.wix.com/learn/online-course/coding-with-velo/velo-repeaters And check out all of o

  • Lesson 2: Populate with static data | Coding with Velo: Repeaters

    Lesson 2: Populate with static data | Coding with Velo: Repeaters

    by Best Webhosting Added 19 Views / 0 Likes

    In this lesson, you'll learn how to populate a repeater with static data. We'll cover the onReady function and move through the index in order to populate the repeater with a list of items. Timestamps: 00:00 Intro 00:51 Getting started 01:48 Breaking down the code 03:46 Populating the data with the onReady function 05:20 Going through the index 07:14 Previewing There’s more where this came from. Watch the full course here: https://www.wix.com/learn/on

  • Lesson 6: Lifecycle- Remove items | Coding with Velo: Repeaters

    Lesson 6: Lifecycle- Remove items | Coding with Velo: Repeaters

    by Best Webhosting Added 19 Views / 0 Likes

    In this lesson, you'll learn how to remove items from a repeater and use the onItemRemoved functions to perform an action after the item has been removed. Timestamps: 00:00 Intro 00:22 Adding onClick to a remove button 01:31 Creating another variable 02:25 Adding a filter function 04:17 Changing the data of the repeater 05:30 Previewing the change 06:49 Using the onItemRemoved function There’s more where this came from. Watch the full course here: htt

  • Lesson 3: Populate with dynamic data | Coding with Velo: Repeaters

    Lesson 3: Populate with dynamic data | Coding with Velo: Repeaters

    by Best Webhosting Added 29 Views / 0 Likes

    In this lesson, you'll learn how to dynamicallly add data to a repeater using the wixData API. We'll cover using the wixData API to connect to a content collection and add custom functionality to it, like sorting and filtering. Timestamps: 00:00 Intro 01:00 Preparing the content collection 02:33 Using the wixData API 05:15 Using the itemData as an argument 08:06 Using async await with wixData 10:13 Populating the repeater dynamically There’s more wher

  • Lesson 7: Lifecycle- Update items | Coding with Velo: Repeaters

    Lesson 7: Lifecycle- Update items | Coding with Velo: Repeaters

    by Best Webhosting Added 15 Views / 0 Likes

    In this lesson, you'll learn how update items in the repeater. We'll cover creating an onClick event handler, comparing the ID's, and then changing the content. Timestamps: 00:00 Intro 01:00 Creating a variable for the original repeater 02:22 Creating a variable that will capture the updatedIndex 03:24 Swapping out the content 04:13 Formatting the code 05:02 Using idToUpdate 07:02 Breaking down the code 07:50 Changing the content in Preview 08:48 Sett

  • Lesson 1: Get started with Velo frontend | Coding with Velo: Frontend

    Lesson 1: Get started with Velo frontend | Coding with Velo: Frontend

    by Best Webhosting Added 22 Views / 0 Likes

    In this lesson, you'll learn how to use Dev Mode for frontend development in Velo. We'll cover how to find everything you need to understand the frontend. Timestamps: 00:00 Intro 00:41 Touring the Editor in the frontend 01:19 Understanding the Code Panel 02:27 Locating frontend APIs 03:03 Undertanding the Properties Panel 03:37 Locating Event Handlers 04:08 Understanding Page Code There’s more where this came from. Watch the full course here: https://

  • Lesson 8: Test & debug with Velo tools | Coding with Velo: Frontend

    Lesson 8: Test & debug with Velo tools | Coding with Velo: Frontend

    by Best Webhosting Added 30 Views / 0 Likes

    In this lesson, you'll learn how to test and monitor versions of your site using the developer console. We'll cover the ins and outs of checking event responses, checking to see if something is undefined, checking errors, and testing your code with console.log. Timestamps: 00:00 Intro 00:31 Understanding testing code in the developer console 00:56 Creating a simple console.log in the onReady function 01:55 Touring the Release Manager 03:14 Editing exp

  • Lesson 6: Use Velo packages | Coding with Velo: Backend

    Lesson 6: Use Velo packages | Coding with Velo: Backend

    by Best Webhosting Added 25 Views / 0 Likes

    In this lesson, you'll learn how to use Velo packages, pre-built code bundles that allow you to jumpstart your coding right away without having to recreate any of the code in the package. We'll cover choosing, installing and using an animation Velo package, as well as importing it into the frontend file. Timestamps: 00:00 Intro 00:36 Choosing Velo packages 01:16 Installing a Velo package 02:01 Using the Velo package on your site 04:05 Understanding ho

  • Lesson 1: About Velo | Start coding with Velo

    Lesson 1: About Velo | Start coding with Velo

    by Best Webhosting Added 25 Views / 0 Likes

    In this lesson, you'll get to know Velo by turning on Dev Mode. We'll give you an overview of the workspace so you can find everything you need to code with Velo. Timestamps: 00:00 Intro 00:40 Turning on Dev Mode 01:52 Utilizing Autocomplete 02:24 Overview of the sidebar 03:40 Searching code There’s more where this came from. Watch the full course here: https://www.wix.com/learn/online-course/coding-with-velo/start-coding-with-velo And check out all o

  • Lesson 7: Use Storage API | Coding with Velo: Frontend

    Lesson 7: Use Storage API | Coding with Velo: Frontend

    by Best Webhosting Added 26 Views / 0 Likes

    In this lesson, you'll learn how to use the wixStorage API to create a lightbox for first-time site visitors. We'll cover working with your masterpage.js, as well as adding conditional logic to the wixWindow API. Timestamps: 00:00 Intro 00:57 Working with masterpage.js 02:02 Adding conditional logic 02:49 Using wixWindow 03:34 Configuring the code 04:18 Checking the published version There’s more where this came from. Watch the full course here: https

  • Lesson 5: Use npm packages | Coding with Velo: Backend

    Lesson 5: Use npm packages | Coding with Velo: Backend

    by Best Webhosting Added 25 Views / 0 Likes

    In this lesson, you'll learn how to use npm modules, the world's largest registry for JavaScript packages. We'll cover the differences using npm with Velo, including recommendations and limitations. Timestamps: 00:00 Intro 00:50 Looking at recommended npm packages 01:16 Understanding limitations 01:37 Using the READMEs 02:00 Managing your packages There’s more where this came from. Watch the full course here: https://www.wix.com/learn/online-course/co

RECOMMENDED WEB HOSTING

FASTCOMET

Fastcomet

HOSTGATOR

HOSTGATOR

BLUEHOST

BLUEHOST

SITEGROUND

SITEGROUND

A2 HOSTING

A2 HOSTING

HOSTINGER

HOSTINGER

DREAMHOST

DREAMHOST

ACCU WEBHOSTING

ACCU WEBHOSTING

MILESWEB

MILESWEB

HOSTPAPA

HOSTPAPA


RSS