react
3 articles tagged “react”
Blog
June 8, 2026
GraphQL caching with Apollo Client
What is GraphQL ? When creating applications, REST APIs are commonly used for communication between the client and the server. With REST, each endpoint returns…
Blog
July 21, 2025
Optimizing State Management in React Using Custom Hooks
In modern React development, it’s common to start with patterns that work well for small to mid-sized components. However, as UI complexity increases—especially with features…
Blog
August 21, 2023
The Magic of Virtual Scroll in React: Optimizing Performance and User Experience
The goal of every application is to keep its users satisfied and eager to see more. Therefore, it is important to make the right decision…