bernatsampera
Results
1
comments of
bernatsampera
Had the same problem. Currently implementing it myself with react. It's not that much logic. ``` const [currentThreadId, setCurrentThreadId] = useState(null); const [isLoading, setIsLoading] = useState(true); const [error, setError] =...