Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
lynx-analytics
/
lynxkite
like
1
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
ecf4739
lynxkite
/
web
/
src
/
workspace
/
LynxKiteState.ts
darabos
Struggle with CRDT+React.
a55eb17
4 months ago
raw
Copy download link
history
blame
160 Bytes
import
{ createContext }
from
"react"
;
import
{
Workspace
}
from
"../apiTypes.ts"
;
export
const
LynxKiteState
=
createContext
({
workspace
: {}
as
Workspace
});