Sunny-117 opened this issue a year ago · 1 comments
const useState = (v) => { const setV = (_v) => { v = _v }; render(); return [v, setV] }