Skip to content

Commit ec38b56

Browse files
committed
improve comparisons react scaling down section
1 parent 7cb981c commit ec38b56

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/v2/guide/comparison.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ It's important to note that many of these limitations are intentional design dec
108108

109109
React is renowned for its steep learning curve. Before you can really get started, you need to know about JSX and probably ES2015+, since many examples use React's class syntax. You also have to learn about build systems, because although you could technically use Babel Standalone to live-compile your code in the browser, it's absolutely not suitable for production.
110110

111-
While Vue scales up just as well as, if not better than React, it also scales down just as well as jQuery. That's right - all you have to do is drop a single script tag into a page:
111+
While Vue scales up just as well as React, it also scales down just as well as jQuery. That's right - to get started, all you have to do is drop a single script tag into the page:
112112

113113
``` html
114114
<script src="https://cdn.jsdelivr.net/npm/vue"></script>

0 commit comments

Comments
 (0)