Skip to content

Instantly share code, notes, and snippets.

@bernardoadc
Created April 20, 2022 23:54
Show Gist options
  • Save bernardoadc/4d3a9584980aa7c5ae5cb53b7bd64cf6 to your computer and use it in GitHub Desktop.
Save bernardoadc/4d3a9584980aa7c5ae5cb53b7bd64cf6 to your computer and use it in GitHub Desktop.
katastima.js

Katastima.js

Universal store

  • A store should be a simple proxy for a state
  • Default getters and setters + custom
  • Allows dynamic names like 'a.b.c.d.e'
  • Store getters = functions with special/reduced getters
  • Store setters = actions = methods with multiple setters
  • No mutations!
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment