-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Deploying to gh-pages from @ 02f1b7b 🚀
- Loading branch information
1 parent
050082a
commit f42259c
Showing
15 changed files
with
3,050 additions
and
0 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,46 @@ | ||
<!DOCTYPE html> | ||
<html lang="en"> | ||
<head> | ||
<meta charset="utf-8" /> | ||
<meta | ||
name="viewport" | ||
content="width=device-width, initial-scale=1.0, viewport-fit=cover" | ||
/> | ||
<meta name="Description" content="Put your description here." /> | ||
<base href="/" /> | ||
|
||
|
||
|
||
<title>@holochain-open-dev/stores</title> | ||
<script type="module" crossorigin src="/common/stores/assets/index-99383f9b.js"></script> | ||
<link rel="stylesheet" href="/common/stores/assets/index-1490a141.css"> | ||
</head> | ||
<body> | ||
<div class="reveal"> | ||
<div class="slides"> | ||
<section> | ||
<h1>@holochain-open-dev/stores</h1> | ||
<h2>Reactive stores to build hApps</h2> | ||
</section> | ||
|
||
<section> | ||
<!-- prettier-ignore --> | ||
<fragment language="markdown" animate="by-line with-ancestry"> | ||
### Desirable features of a peer-to-peer network | ||
|
||
- Scalable | ||
- No consensus on the state of the system, peers can change state without having all the other peers agree | ||
- Data availability | ||
- Resilient to network partitions | ||
- Consistency | ||
- Data never reaches an irreconcilable state | ||
- Resilient to bad actors | ||
- If some node is not behaving according to the rules of the game, they can be easily identified and protected against | ||
- Security and Privacy | ||
</fragment> | ||
</section> | ||
</div> | ||
</div> | ||
|
||
</body> | ||
</html> |