-
Hi! First of all, many thanks for a good tool, I use it in my project and it helps me a lot to keep the code clean.
Recently I needed to fetch some data and only then fetch other data that would be…
-
안녕하세요 친애하고 친애하는 팀원여러분
클라이언트에서 대시보드 페이지에서 사용자별 프로젝트 목록을 조회하는 API를 구현하려고 공부를 하다가,
커스텀 훅에 대해서 알게됐습니다.
### ⚡️ 왜 필요한가?
서버에 데이터를 요청하거나, 서버에 데이터 수정을 요청하는 네트워크 로직 부분을 커스텀 훅으로 분리하면
뷰 이외의 로직을 분리함으로서…
-
### What is your question:
Hi, I'm trying to test an async hook, everything is working well (ie `expect` checks are validated) but the test never ends and the error
`Error: Timeout - Async call…
-
He there,
Thank you for creating these hooks, they are really useful for me.
One thing I noticed is when a request returns 404, an additional message propagates to console:
```
Uncaught (in…
-
TIL that suspense for data fetching is sort of working in React already by simply throwing a promise.
It's undocumented but looking at `react-cache` ([the experimental library demoed at React Conf …
-
지금 custom hook 중 `useFetch` 쓸 때마다 react에서 warning을 주는데, 아직 어떻게 개선할지 모르겠음 ㅇㅡㅇ
-
am i missing something from the api?
-
One of the hardest problems about data fetching in components is dealing with null values gracefully.
I originally thought suspense would be our silver bullet to everything against falsy data check…
-
## Motivation
Data fetching is a common practice in web applications. While a `useFetch` hook would be useful, React's [Suspense API](https://reactjs.org/docs/react-api.html#reactsuspense) is desti…
-
It's only mentioned in https://github.com/ilyalesik/react-fetch-hook#usefetch
and it's duplicating regular options