Every web developer must learn Svelte JS

Tarun Sharma - May 15 '22 - - Dev Community

Playlist Here
https://www.youtube.com/watch?v=lxzyI4WoffM&list=PLT5Jhb7lgSBMqIuNda0gGNEiMS-ahGJM1

Svelte was developed first in 2016 by Rich Harris, the graphics editor at The New York Times. He is also known for having developed:

  • Ractive, a UI library
  • Rollup, a bundler module
  • Buble, an ES2015 transpiler

Svelte is getting more popular because its syntax is more native to javascript, it does not have any complex things with it and its easy to understand.

It does not have virtual dom, instead compiling code into tiny, pure Vanilla JS.

'sevelte js'

Instead of talking here i have covered all these in my videos 30 + videos on Svelte JS with all different apps and concepts

  • Base Syntax and core features
  • Conditionals and loops
  • Looking more into Reactivity
  • Food Menu Dashboard with Svelte JS
  • Diver deeper into components
  • Working with Forms
  • Managing data in stores (all different type store)
  • write custom store
  • HTTP Requests
  • Using special Elements
  • Routing and SSR with Svelte Kit
  • Deploying App
  • Additional Parts
  • Auth using Auth0
  • Integration with BE APIs

https://www.youtube.com/watch?v=lxzyI4WoffM&list=PLT5Jhb7lgSBMqIuNda0gGNEiMS-ahGJM1

. . . . . . . . . . . . . . . . . . .