Skip to content

Instantly share code, notes, and snippets.

@azaharakis
Last active July 2, 2017 23:12
Show Gist options
  • Select an option

  • Save azaharakis/155e1a525b362478edb3c155cbfca205 to your computer and use it in GitHub Desktop.

Select an option

Save azaharakis/155e1a525b362478edb3c155cbfca205 to your computer and use it in GitHub Desktop.
Results without hydration data
<!DOCTYPE html>
<html>
<head>
<link rel="shortcut icon" href="data:image/x-icon;," type="image/x-icon">
<link rel="stylesheet" href="/public/styles.css">
</head>
<body>
<div id="wrapper">
<div data-reactroot="" data-reactid="1" data-react-checksum="1210232727"><!-- react-empty: 2 -->
<div data-reactid="3"><a href="/" data-reactid="4"> Back to Home page </a>
<div class="property-card" data-reactid="5">
<img class="property-card__image"
src="https://i2.au.reastatic.net/400x300/d735c9ef4a3fffe6c212a8008a89f97e1e465a64461489cd6cdadb855ad7ee0d/main.jpg"
data-reactid="6"/>
<div class="property-card__content" data-reactid="7">
<span data-reactid="8">house</span>
<p class="property-card__address" data-reactid="9">123 Fake street</p>
<button>Save Property</button>
</div>
</div>
<div class="property-card" data-reactid="10">
<img class="property-card__image"
src="https://i2.au.reastatic.net/400x300/78505655419944e4c58c753435a6f6b6ec8934641bc724570a07733db1a48067/main.jpg"
data-reactid="11"/>
<div class="property-card__content" data-reactid="12">
<span data-reactid="13">house</span>
<p class="property-card__address" data-reactid="14">123 Smith street</p>
<button>Save Property</button>
</div>
</div>
<div class="property-card" data-reactid="15">
<img class="property-card__image"
src="https://i2.au.reastatic.net/400x300/be36162503aca7ddc483b2ff184853a416b4c38673def09b420ab9eeb21f8fc8/main.jpg"
data-reactid="16"/>
<div class="property-card__content" data-reactid="17">
<span data-reactid="18">apartment</span>
<p class="property-card__address" data-reactid="19">12 George street</p>
<button>Save Property</button>
</div>
</div>
</div>
</div>
</div>
<script src="/public/bundle.js"></script>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment