Skip to content

Instantly share code, notes, and snippets.

View strinkaus-gd's full-sized avatar
🤩

Sascha Trinkaus strinkaus-gd

🤩
View GitHub Profile
@strinkaus-gd
strinkaus-gd / Store.ts
Last active October 20, 2023 11:11 — forked from koenbok/store.ts
Framer createStore & useStore
import * as React from "react"
import { useState, useEffect } from "react"
/*
from Koen Bok
A hook to simply use state between components
Usage: