Seitu
Core

Store

Creates a reactive store with get(), set(), and subscribe().

createStore()

Creates a reactive store with get(), set(), and subscribe().

Examples

import {  } from 'seitu'

const  = ({ : 0 })
.( => ({ ..., : . + 1 }))
.( => .())
.() // { count: 0 }

Edit on GitHub

Last updated on

On this page