Last active
October 18, 2019 05:38
-
-
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.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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