Hyperion: Minecraft game engine for custom events
#HackerNews #Hyperion #Minecraft #CustomEvents #GameEngine #GamingDevelopment
Hyperion: Minecraft game engine for custom events
#HackerNews #Hyperion #Minecraft #CustomEvents #GameEngine #GamingDevelopment
I built this POC to demonstrate how I'd use CustomEvents to implement Signals. Please criticize my approach and tell me why I need a native browser API for this.
#webDev #javaScript #signals #observable #frontend #customEvents #events #svelte #preact #rxjs
Ever since #knockoutJS popularized data-binding, there's been numerous flavors of the #Observer pattern; Object.observe(), #React state, #RxJS, now #Signals. Every time I think, it's just #CustomEvents with extra steps.
#Events are at the core of the #JavaScript runtime; why is everyone always trying to avoid using them!?