React native, oczami React Developera
React Native? A kto to widział? A na co to komu potrzebne?
React Native? A kto to widział? A na co to komu potrzebne?
Czy jak ustawiasz stan na komponencie, to sprawdzasz, czy komponent nie jest czasem odmontowany? Jeżeli nie sprawdzasz - ten artykuł jest dla Ciebie!
In additional to query status useQuery has so called fetchStatus and isFetching flag. It causes very frequent question about the difference of these flags so I'm trying to explain it.
In the world of React.js useQuery is well-known fetching tool with great documentation. However, often developers have some problems with status understanding, so I had to clarify it for myself.