DEV Community

Sinisa Vukmirovic
Sinisa Vukmirovic

Posted on • Updated on

All should Svelte!

React is not reactive!
React is a terrible name for React.js!

Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book.


"React, is a terrible name for React.js" - John Lindquist

By managing state in React, you are actually doing computer's job for it!

React is NOT reactive!

All should Svelte, because Svelte is/has:

  • reactive
    • no bloatware virtual DOM code
  • very fast
  • very small APP size

Code blocks

{ 
    if (PRO) {
        console.log('Svelte');
    } else {
        console.log('React');
    }
}
Enter fullscreen mode Exit fullscreen mode
{ 
    alert('All Should Svelte!');
}
Enter fullscreen mode Exit fullscreen mode

APP size graph

Alt Text Example

Framework speed graph

Alt Text Example


Video that will go down in history: Svelte Presentation

How Simple it is

email: allshouldsvelte@gmail.com


Automatic URL's syntax in MarkDown

How To Svelte

www.youtube.com/channel/UCoYGF_kcmubmm_3Xk_2PYCg/videos

www.youtube.com/channel/UCoYGF_kcmubmm_3Xk_2PYCg/videos

Top comments (4)

Collapse
 
souksyp profile image
Souk Syp.

Svelte is cool yes!

Collapse
 
sinisavukmirovic profile image
Sinisa Vukmirovic

Its amazing!

Collapse
 
souksyp profile image
Souk Syp.

SvelteKit is out (beta) kit.svelte.dev

Thread Thread
 
sinisavukmirovic profile image
Sinisa Vukmirovic

I know.

...IT BEGINS...