co-depends

0.0.23 • Public • Published

co-depends

co-depends is a suite of web components based on code-pen entries.

Entry 1. Text Scramble

Entry 2. Pure CSS Minesweeper

Being that this is css-only, it seems quite ridiculous to have to encode it in JS to make it a web component. So a deframed version can be seen in action here.

You reference it via an iframe:

<body>
    ...
    <iframe src="../css-minesweeper.html"></iframe>
    <co-depends-css-minesweeper></co-depends-css-minesweeper>
</body>

Or you can turn the beautiful css-only implementation into a js-only implementation as shown below:

It is quite interesting (to me) to compare the performance using Chrome Tools, with various throttling settings. I don't know how much of these differences are due to the way the throttling simulation works, vs. what one would see in the field.

Test CaseNetwork ThrottlingCPU throttlingFirst Meaningful Paint (sec)DOM Loaded(sec)
Pure JSSlow 3G6x69
Pure JSSlow 3G4x57
Pure JSSlow 3G1x4.55
Pure Deframed HTMLSlow 3G6x88
Pure Deframed HTMLSlow 3G4x35
Pure Deframed HTMLSlow 3G1x22.5

It appears that the pure HTML (deframed version) outperforms when network is highly throttled, but the pure JS has an edge when CPU is highly throttled.

Entry 3. Parallax Flipping Cards

Entry 4. CSS-Only Nested Dropdown Navigation (ARIA)

Entry 5. Simple Text Animation

Entry 6. Responsive Honeycomb

Available in deframed version, or js version, which is ~3 times slower:

Entry 7. Square In a Circle

Available in deframed version, or the slower js version:

Entry 8. Periodic Table

Available in deframed version, or the slower js version:

Readme

Keywords

none

Package Sidebar

Install

npm i co-depends

Weekly Downloads

4

Version

0.0.23

License

MIT

Unpacked Size

2.12 MB

Total Files

74

Last publish

Collaborators

  • bahrus