Hello! Thanks for the great article!
If I understand correctly, there is a typo here.
I think that "Setting a prop is just like doing regular HTML." should be "Setting a prop is just like doing regular JS".
Hi, it's actually not a typo. What I meant was setting props in regular HTML <img alt="Nice image" src="nice-img.jpg"> (image tag with alt and src prop/attribute) is exactly the same in Svelte's template.
<img alt="Nice image" src="nice-img.jpg">
alt
src
I've got it.Thanks!
Are you sure you want to hide this comment? It will become hidden in your post, but will still be visible via the comment's permalink.
Hide child comments as well
Confirm
For further actions, you may consider blocking this person and/or reporting abuse
We're a place where coders share, stay up-to-date and grow their careers.
Hello! Thanks for the great article!
If I understand correctly, there is a typo here.
I think that "Setting a prop is just like doing regular HTML." should be "Setting a prop is just like doing regular JS".
Hi, it's actually not a typo. What I meant was setting props in regular HTML
<img alt="Nice image" src="nice-img.jpg">
(image tag withalt
andsrc
prop/attribute) is exactly the same in Svelte's template.I've got it.Thanks!