
5 min read
Article
Client-Only State Management with React Query
React-query is well-known for maintaining server state on client. Let's see how you can use it for maintaining client-only state as well.
Read article
In this article we will discuss the how youtube generates video previews and how does it make them so performant.
Explore more insights and tutorials
React-query is well-known for maintaining server state on client. Let's see how you can use it for maintaining client-only state as well.
Infinite scrolling is a UX pattern that loads content continuously as the user scrolls down the page. Infinite scrolling is a very effective way to keep the user engaged and provide a seamless experience.