I had a similar case where I was using TanStack query for a project and I had the useInfiniteQueries for the Lists. I had to manually reset the cache on Tab Press on Web. On mobile the pull the refresh would suffice for this but on Web we had to had to track that it was web and treat it differently
04.11.2024 15:26
π 0
π 0
π¬ 0
π 0
@danabra.mov I noticed that pressing the different tabs ie. Popular with friends or any other list won't show updated results unless I do a hard refresh. Do you have a certain time that you make the data stale?
04.11.2024 14:09
π 2
π 0
π¬ 1
π 0
That is uncommon indeed.
03.11.2024 23:58
π 0
π 0
π¬ 0
π 0
Feel free to remove the padding :)
01.11.2024 16:51
π 0
π 0
π¬ 0
π 0
Something like this?
01.11.2024 16:50
π 0
π 0
π¬ 1
π 0
React Native Tip #2: use FlatList and TouchableOpacity from React Native Gesture Handler to give your app a more native look and feel
It can detect when the user is scrolling vs pressing on a Touchable and prevents the opacity animation from triggering on-scroll
docs.swmansion.com/react-native...
26.10.2024 10:22
π 33
π 3
π¬ 0
π 0
React Native, and "the native feel" β mozzius.dev
by Samuel Β· 11 min read
new blog post: React Native, and βthe native feelβ
25.10.2024 14:27
π 394
π 66
π¬ 27
π 8
React Native Tip #3: native apps have no built-in mechanism for prompting users to upgrade. You need to set it up yourself, ideally in the FIRST release of your app.
Option 1: configure OTA updates
docs.expo.dev/eas-update/i...
Option 2: configure native in-app updates
github.com/SohelIslamIm...
30.10.2024 16:58
π 26
π 2
π¬ 1
π 0
Read @egghead.io email today and brought myself to @bsky.app . Had to be my first post!
31.10.2024 11:02
π 1
π 0
π¬ 0
π 0