
React Query + FlatList: Fix Flickering and Layout Shifts
Stop FlatList flickering and layout shifts when using React Query in React Native. Learn the right patterns for loading states, skeletons, and keeping your list mounted.
Articles about React, hooks, state management, and frontend development.

Stop FlatList flickering and layout shifts when using React Query in React Native. Learn the right patterns for loading states, skeletons, and keeping your list mounted.

How to conditionally skip or execute GraphQL queries in Apollo based on variables. A simple variablesOrSkip helper that prevents null variable errors in TypeScript.

How to style HTML content in React with Tailwind CSS when using dangerouslySetInnerHTML by writing custom selector using arbitrary variants.
Improving the developer experience with a few small tweaks