Skip to content

Instantly share code, notes, and snippets.

@skotz
skotz / react-vs-vue.html
Created January 18, 2019 02:18
Compare simple data binding with standalone React and View
<!doctype html>
<html>
<head>
<title>React vs Vue</title>
<!-- React -->
<script crossorigin src="https://unpkg.com/react@16/umd/react.development.js"></script>
<script crossorigin src="https://unpkg.com/react-dom@16/umd/react-dom.development.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/babel-standalone/6.26.0/babel.js"></script>