forked from jportela/redux-saga-persistence
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
20 lines (20 loc) · 1.48 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<!DOCTYPE html>
<html>
<head>
<title>Redux Saga Persistence</title>
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/latest/css/bootstrap.min.css">
<link rel="stylesheet" href="static/style.css"></script>
</head>
<body>
<h1>Redux Saga Persistence example</h1>
<p>
<a class="github-button" href="https://github.com/jportela/redux-saga-persistence" data-icon="octicon-star" data-size="large" data-count-href="/jportela/redux-saga-persistence/stargazers" data-show-count="true" data-count-aria-label="# stargazers on GitHub" aria-label="Star jportela/redux-saga-persistence on GitHub">Star</a>
<!-- Place this tag where you want the button to render. -->
<a class="github-button" href="https://github.com/jportela/redux-saga-persistence/fork" data-icon="octicon-repo-forked" data-size="large" data-count-href="/jportela/redux-saga-persistence/network" data-show-count="true" data-count-aria-label="# forks on GitHub" aria-label="Fork jportela/redux-saga-persistence on GitHub">Fork</a>
</p>
<p>Create images and drag them around the canvas. Refresh the page and verify the state has persisted (beware of Unsaved Changes). Check the blog post detailing the technical implementation of the persistence saga <a href="http://engineering.invisionapp.com/">here</a>.</p>
<div id="webapp"></div>
<script src="static/bundle.js"></script>
<script async defer id="github-bjs" src="https://buttons.github.io/buttons.js"></script>
</body>
</html>