Skip to content

Commit

Permalink
Automatic update 8.0.13!
Browse files Browse the repository at this point in the history
  • Loading branch information
eirikb committed Jun 9, 2021
1 parent b0b08b1 commit e95de9a
Show file tree
Hide file tree
Showing 6 changed files with 4 additions and 8 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@eirikb/domdom",
"version": "8.0.12",
"version": "8.0.13",
"description": "The proactive web front-end framework for the unprofessional",
"scripts": {
"build": "tsdx build",
Expand Down
8 changes: 2 additions & 6 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,13 +87,9 @@ npx parcel index.html
```tsx
import domdom from '@eirikb/domdom';

interface Data {
hello: string;
}
const { React, init } = domdom({});

const { React, init, don, pathOf } = domdom<Data>({ hello: 'world' });

const view = <div>Hello, {don(pathOf().hello)}</div>;
const view = <div>Hello, world!</div>;

init(document.body, view);
```
Expand Down
Binary file modified readme/img/data-set.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified readme/img/events.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified readme/img/hello-world.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit e95de9a

Please sign in to comment.