Skip to content

Commit

Permalink
:update
Browse files Browse the repository at this point in the history
  • Loading branch information
yysun committed Sep 28, 2023
1 parent 09962a1 commit 16f2a7a
Show file tree
Hide file tree
Showing 72 changed files with 20,952 additions and 12,543 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ const update = {
'+1': state => state + 1,
'-1': state => state - 1
};
app.start(document.body, state, view, update, { history: true });
app.start(document.body, state, view, update, { transition: true });
```
<apprun-play style="height:200px"></apprun-play>

Expand Down
2 changes: 1 addition & 1 deletion demo/home.html
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ <h1 id="apprun-build-npm-version-downloads-license-twitter-discord-chat">AppRun
&#39;+1&#39;: state =&gt; state + 1,
&#39;-1&#39;: state =&gt; state - 1
};
app.start(document.body, state, view, update, { history: true });
app.start(document.body, state, view, update, { transition: true });
</code></pre>
<p><apprun-play style="height:200px"></apprun-play></p>
<blockquote>
Expand Down
880 changes: 555 additions & 325 deletions docs/3rd-party-libs/index.html

Large diffs are not rendered by default.

742 changes: 500 additions & 242 deletions docs/404.html

Large diffs are not rendered by default.

785 changes: 514 additions & 271 deletions docs/about/index.html

Large diffs are not rendered by default.

792 changes: 508 additions & 284 deletions docs/apprun-site-build/index.html

Large diffs are not rendered by default.

828 changes: 529 additions & 299 deletions docs/apprun-site-cli/index.html

Large diffs are not rendered by default.

836 changes: 533 additions & 303 deletions docs/apprun-site-csr/index.html

Large diffs are not rendered by default.

800 changes: 515 additions & 285 deletions docs/apprun-site-ssr/index.html

Large diffs are not rendered by default.

792 changes: 508 additions & 284 deletions docs/apprun-site-static/index.html

Large diffs are not rendered by default.

826 changes: 528 additions & 298 deletions docs/apprun-site/index.html

Large diffs are not rendered by default.

790 changes: 507 additions & 283 deletions docs/architecture-ideas/dapr/index.html

Large diffs are not rendered by default.

966 changes: 598 additions & 368 deletions docs/architecture-ideas/db-websocket/index.html

Large diffs are not rendered by default.

906 changes: 568 additions & 338 deletions docs/architecture-ideas/firebase-app/index.html

Large diffs are not rendered by default.

918 changes: 574 additions & 344 deletions docs/architecture-ideas/rust-app/index.html

Large diffs are not rendered by default.

2,186 changes: 1,208 additions & 978 deletions docs/architecture-ideas/state-machine/index.html

Large diffs are not rendered by default.

1,162 changes: 696 additions & 466 deletions docs/architecture/index.html

Large diffs are not rendered by default.

29 changes: 0 additions & 29 deletions docs/assets/javascripts/bundle.5a2dcb6a.min.js

This file was deleted.

8 changes: 0 additions & 8 deletions docs/assets/javascripts/bundle.5a2dcb6a.min.js.map

This file was deleted.

29 changes: 29 additions & 0 deletions docs/assets/javascripts/bundle.726fbb30.min.js

Large diffs are not rendered by default.

8 changes: 8 additions & 0 deletions docs/assets/javascripts/bundle.726fbb30.min.js.map

Large diffs are not rendered by default.

18 changes: 0 additions & 18 deletions docs/assets/javascripts/extra/bundle.5f09fbc3.min.js

This file was deleted.

8 changes: 0 additions & 8 deletions docs/assets/javascripts/extra/bundle.5f09fbc3.min.js.map

This file was deleted.

1 change: 1 addition & 0 deletions docs/assets/javascripts/lunr/min/lunr.he.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions docs/assets/javascripts/lunr/min/lunr.hy.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions docs/assets/javascripts/lunr/min/lunr.kn.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 16f2a7a

Please sign in to comment.