useState - Siubaak/kurge GitHub Wiki

function component() {
  const state = useState({})
  /* ... */
}