Add svelte content (#2235)
* Update 103-svelte.md * Update content/roadmaps/100-frontend/content/111-pick-a-framework/103-svelte.md Co-authored-by: Kamran Ahmed <kamranahmed.se@gmail.com>pull/2212/head^2
parent
089a701df0
commit
0fce4e6f1c
1 changed files with 7 additions and 0 deletions
@ -1 +1,8 @@ |
||||
# Svelte |
||||
|
||||
Svelte is a javascript framework that unlike Vue and React does not use vertical DOM diffing but instead knows exactly what and where to update when the state changes. It's mainly focused on frontend and building user interfaces. |
||||
|
||||
<ResourceGroupTitle>Free Content</ResourceGroupTitle> |
||||
<BadgeLink colorScheme='blue' badgeText='Official Website' href='https://svelte.dev/'>Svelte Website</BadgeLink> |
||||
<BadgeLink colorScheme='blue' badgeText='Official Guide' href='https://svelte.dev/docs'>Svelte Documentation</BadgeLink> |
||||
<BadgeLink badgeText='Watch' href='https://www.youtube.com/playlist?list=PL4cUxeGkcC9hlbrVO_2QFVqVPhlZmz7tO'>Svelte Course Playlist for beginners</BadgeLink> |
||||
|
Loading…
Reference in new issue