Skip to content

Commit db41c4e

Browse files
authored
Update README.md - add a demo GIF
1 parent 6812937 commit db41c4e

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -295,6 +295,8 @@ After that you can check all results in [http://localhost:8080/webdriver-ts/tabl
295295
## 4. Contributing a new implementation
296296

297297
## TL;DR
298+
![demo](https://github.com/dsvorc41/js-framework-benchmark/assets/20287188/91ae2d64-7362-4be8-b88f-e52637b33fa5)
299+
298300
1. Install all of the root-level dependencies
299301
1. `cd js-framework-benchmark/`
300302
1. `npm ci` or `npm i`
@@ -311,7 +313,7 @@ After that you can check all results in [http://localhost:8080/webdriver-ts/tabl
311313
5. Add the "action triggers" - buttons that all apps must have (see `frameworks/keyed/vanillajs/index.html`)
312314
1. Note: Action triggers are simply buttons that are used to run the benchmarks (adding rows, deleting rows, swapping them, etc). Those buttons can be static HTML, or you can render them with your framework of choice
313315
2. Make sure your HTML elements have the same classes and structure as VanillaJS, otherwise benchmarks won't be able to find your elements on the page, and you will not get the global CSS (Bootstrap)
314-
3. Add the html example below and open the page. You should see nicely formatted elements on the page, like in the GIF image below.
316+
3. Add the html example below and open the page. You should see nicely formatted elements on the page, like in the GIF image above.
315317
4. Example for action triggers
316318
```html
317319
<body>

0 commit comments

Comments
 (0)