Skip to content

Instantly share code, notes, and snippets.

@teimurjan
Last active October 18, 2019 05:38
Show Gist options
  • Save teimurjan/5c98a2909c9e4c41203ff9d3b495b7c6 to your computer and use it in GitHub Desktop.
Save teimurjan/5c98a2909c9e4c41203ff9d3b495b7c6 to your computer and use it in GitHub Desktop.
Svelte vs others
We can make this file beautiful and searchable if this error is corrected: It looks like row 2 should actually have 4 columns, instead of 1. in line 1.
Svelte;Other SPA libraries (React, Vue.js, Angular, etc.);
1. Open a website 2. Render the page using pure JS;1. Open a website 2. Wait until the code for building a virtual DOM is loaded 3. Render the page using the library;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment