harvard-lil / perma

Indelible links
408 stars 72 forks source link

Add reactivity experiment #3487

Closed tinykite closed 3 months ago

tinykite commented 3 months ago

What this does

This update adds a global vue store to test out cross-island interactivity between legacy code and new Vue components. Notable updates:

Screenshot

This small experiment provides three different buttons to increment the store's count (one Vanilla JS, two rendered by Vue) Screenshot 2024-03-27 at 11 53 43 AM

Clicking any of the buttons should update all three counts: Screenshot 2024-03-27 at 11 53 56 AM

codecov[bot] commented 3 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 71.22%. Comparing base (b51bc33) to head (a2fed03). Report is 6 commits behind head on develop.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## develop #3487 +/- ## ======================================== Coverage 71.22% 71.22% ======================================== Files 48 48 Lines 6512 6512 ======================================== Hits 4638 4638 Misses 1874 1874 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.