Comparing version 1.0.7 to 1.0.8
{ | ||
"name": "uldu", | ||
"version": "1.0.7", | ||
"version": "1.0.8", | ||
"description": "Ultra lightweight utility to create DOM nodes.", | ||
@@ -5,0 +5,0 @@ "repository": "https://github.com/chriskr/uldu", |
@@ -16,6 +16,12 @@ # uldu | ||
- [Test document React](https://chriskr.github.io/test_ui_libs/react/build/) | ||
- [Test document Uldu](https://chriskr.github.io/test_ui_libs/bragi/build/) | ||
- [Test document uldu](https://chriskr.github.io/test_ui_libs/bragi/build/) | ||
- [Test document react](https://chriskr.github.io/test_ui_libs/react/build/) | ||
- [Test document inferno](https://chriskr.github.io/test_ui_libs/test-inferno/build/) | ||
- [Test document hyperHTML](https://chriskr.github.io/test_ui_libs/hyperHtml/build/) | ||
- [Test document lit-html](https://chriskr.github.io/test_ui_libs/lit-html/build/) | ||
Tested with Chrome dev tools: | ||
(clicking the lib title performs the actions automatically) | ||
- reload document | ||
@@ -32,9 +38,15 @@ - start recording performance | ||
Average of 5 records (standard deviation ca. 5%) for both: | ||
Average of 10 records : | ||
<img src="http://chriskr.github.io/assets/performance-uldu-react.png" | ||
<img src="http://chriskr.github.io/assets/performance-tests.png" | ||
width="600" | ||
height="318"> | ||
height="630"> | ||
Bundle size of the test documents: | ||
<img src="http://chriskr.github.io/assets/bundle-sizes.png" | ||
width="600" | ||
height="244"> | ||
### Basic Usage | ||
@@ -41,0 +53,0 @@ |
28848
223