Svelte [svelt] Public
@sveltejs_public
869
subscribers
41
photos
3
videos
2
files
355
links
Официальный канал русскоязычного сообщества SvelteJS
Популярные теги:
#components
#tools
#news
#articles
#events
#video
#podcasts
#tutorials
#examples
#changelog
#rfc
#sapper
#workshops
Download Telegram
Join
Svelte [svelt] Public
869 subscribers
Svelte [svelt] Public
#video
#component
#methods
https://www.youtube.com/watch?v=EA0EX3tbNNM
YouTube
How to call functions inside a component
✨
❓
Svelte Question Time
❓
✨
"You have a Svelte question, I have an answer"
😱
😍
How to call functions inside a component? 00:00
There are 2 steps:
1. bind this to get the component instance 04:49
2. export function to expose the function as component
methods
…