#Global state / store

7 messages · Page 1 of 1 (latest)

eager quest
#

how can using / implement global state or store ?
cannot found that on the documentation, so must to use context ??

outer kettle
#

yes you need to use context. It's similar to React Context

craggy stratus
eager quest
#

but for my case it s goode using the context

#

and sure i already read the doc

#

u can use context from component parant to compoents child !

#

but need similar to global store as writable in sveltejs