Upgrade to Pro — share decks privately, control downloads, hide ads and more …

リアクティブシステムの変遷から理解するalien-signals / Learning ali...

リアクティブシステムの変遷から理解するalien-signals / Learning alien-signals from the evolution of reactive systems

Okuto Oyama

March 28, 2025
Tweet

More Decks by Okuto Oyama

Other Decks in Programming

Transcript

  1. • 株式会社Schoo ◦ Front-end Engineer • PodCast User ◦ お元気ですか

    .fm • @yamanoku ◦ X ◦ GitHub ◦ BlueSky 大山奥人 おおやま おくと
  2. • Understanding Reactivity System • Learning about alien-signals • To

    help you understand the next presentations This Session’s Goal
  3. • State / Writable Signals • Getter • Setter •

    Computed / Derived Signals • Effects / Watchers Signals Interfaces
  4. • Created by Johnson Chu • Push-Pull type • Signals

    Interface API • Used Vue 3.6 & Vue language tooling ◦ Make Vue.js reactivity system better alien-signals The lightest signal library !!
  5. • Reactivity is key in modern front-end frameworks • Trend

    towards using a pattern called “Signals” • “alien-signals” is a lightweight library • Move to standardize Signals in TC39 Conclusion This Session !