Skip to content

Commit

Permalink
Deploying to gh-pages from @ 4935207 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
guillemcordoba committed Oct 27, 2023
1 parent 0947f5f commit 38987fe
Showing 1 changed file with 22 additions and 13 deletions.
35 changes: 22 additions & 13 deletions stores/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ <h2>Reactive stores to build hApps</h2>
<section>
<!-- prettier-ignore -->
<fragment language="markdown" animate="by-line with-ancestry">
## @holochain-open-dev/stores
## @holochain-open-dev/stores

### Features

Expand Down Expand Up @@ -217,9 +217,10 @@ <h2>Reactive stores to build hApps</h2>
<script type="sample/importmap">
{
"imports": {
"libsodium-wrappers": "https://unpkg.com/emittery",
"libsodium-wrappers": "https://unpkg.com/modern-isomorphic-ws",
"isomorphic-ws": "https://unpkg.com/modern-isomorphic-ws",
"blakejs": "https://unpkg.com/modern-isomorphic-ws"
"blakejs": "https://unpkg.com/modern-isomorphic-ws",
"lodash-es": "https://unpkg.com/modern-isomorphic-ws"
}
}
</script>
Expand Down Expand Up @@ -306,7 +307,8 @@ <h2>Reactive stores to build hApps</h2>
"imports": {
"libsodium-wrappers": "https://unpkg.com/emittery",
"isomorphic-ws": "https://unpkg.com/modern-isomorphic-ws",
"blakejs": "https://unpkg.com/modern-isomorphic-ws"
"blakejs": "https://unpkg.com/modern-isomorphic-ws",
"lodash-es": "https://unpkg.com/modern-isomorphic-ws"
}
}
</script>
Expand Down Expand Up @@ -403,7 +405,8 @@ <h2>Reactive stores to build hApps</h2>
"imports": {
"libsodium-wrappers": "https://unpkg.com/emittery",
"isomorphic-ws": "https://unpkg.com/modern-isomorphic-ws",
"blakejs": "https://unpkg.com/modern-isomorphic-ws"
"blakejs": "https://unpkg.com/modern-isomorphic-ws",
"lodash-es": "https://unpkg.com/modern-isomorphic-ws"
}
}
</script>
Expand Down Expand Up @@ -505,7 +508,8 @@ <h2>Reactive stores to build hApps</h2>
"imports": {
"libsodium-wrappers": "https://unpkg.com/emittery",
"isomorphic-ws": "https://unpkg.com/modern-isomorphic-ws",
"blakejs": "https://unpkg.com/modern-isomorphic-ws"
"blakejs": "https://unpkg.com/modern-isomorphic-ws",
"lodash-es": "https://unpkg.com/modern-isomorphic-ws"
}
}
</script>
Expand Down Expand Up @@ -577,7 +581,8 @@ <h2>Reactive stores to build hApps</h2>
"imports": {
"libsodium-wrappers": "https://unpkg.com/emittery",
"isomorphic-ws": "https://unpkg.com/modern-isomorphic-ws",
"blakejs": "https://unpkg.com/modern-isomorphic-ws"
"blakejs": "https://unpkg.com/modern-isomorphic-ws",
"lodash-es": "https://unpkg.com/modern-isomorphic-ws"
}
}
</script>
Expand Down Expand Up @@ -650,7 +655,8 @@ <h2>Reactive stores to build hApps</h2>
"imports": {
"libsodium-wrappers": "https://unpkg.com/emittery",
"isomorphic-ws": "https://unpkg.com/modern-isomorphic-ws",
"blakejs": "https://unpkg.com/modern-isomorphic-ws"
"blakejs": "https://unpkg.com/modern-isomorphic-ws",
"lodash-es": "https://unpkg.com/modern-isomorphic-ws"
}
}
</script>
Expand Down Expand Up @@ -730,7 +736,8 @@ <h2>Reactive stores to build hApps</h2>
"imports": {
"libsodium-wrappers": "https://unpkg.com/emittery",
"isomorphic-ws": "https://unpkg.com/modern-isomorphic-ws",
"blakejs": "https://unpkg.com/modern-isomorphic-ws"
"blakejs": "https://unpkg.com/modern-isomorphic-ws",
"lodash-es": "https://unpkg.com/modern-isomorphic-ws"
}
}
</script>
Expand Down Expand Up @@ -817,7 +824,8 @@ <h2>Reactive stores to build hApps</h2>
"imports": {
"libsodium-wrappers": "https://unpkg.com/emittery",
"isomorphic-ws": "https://unpkg.com/modern-isomorphic-ws",
"blakejs": "https://unpkg.com/modern-isomorphic-ws"
"blakejs": "https://unpkg.com/modern-isomorphic-ws",
"lodash-es": "https://unpkg.com/modern-isomorphic-ws"
}
}
</script>
Expand Down Expand Up @@ -922,7 +930,8 @@ <h2>Reactive stores to build hApps</h2>
"imports": {
"libsodium-wrappers": "https://unpkg.com/emittery",
"isomorphic-ws": "https://unpkg.com/modern-isomorphic-ws",
"blakejs": "https://unpkg.com/modern-isomorphic-ws"
"blakejs": "https://unpkg.com/modern-isomorphic-ws",
"lodash-es": "https://unpkg.com/modern-isomorphic-ws"
}
}
</script>
Expand All @@ -937,9 +946,9 @@ <h2>Reactive stores to build hApps</h2>
- That's it for the concepts
- The exercises are designed to be as minimal as possible to actual train the required skill
- You can imagine needing complex pipes to build your own stores in your app
- A big thank you to svelte for the inspiration and actual core of the stores implementation
- A big thank you to svelte for the inspiration and actual implementation of svelte stores

### Real-world Examples
### Real-world Examples of Stores

- [ProfilesStore](https://github.com/holochain-open-dev/profiles/blob/main/ui/src/profiles-store.ts)
- [CancellationsStore](https://github.com/holochain-open-dev/cancellations/blob/main/ui/src/cancellations-store.ts)
Expand Down

0 comments on commit 38987fe

Please sign in to comment.