React query
Query by default considers cached data as stale. Stale queries are refetched automatically in the background when Defaults: refetchOnWindowFocus: true refetchOnMount: true
Read moreQuery by default considers cached data as stale. Stale queries are refetched automatically in the background when Defaults: refetchOnWindowFocus: true refetchOnMount: true
Read moreThree use cases of React Higher-Order Components: wrapping with logs or so, shared logic on different component & same component with different data sources
Read moreGoing over the advance section of React documentation: React fragment, React lazy & Error Boundary
Read moreOptional chaining is cool. Is very cool. But at the same time, it’s the biggest code smell we inherited from the unstructured mess of the dynamic language named Javascript.
Read moreOne of the responsibilities as the lead is to create an open culture of discussion and argument. And such a topic came this week, on a minor problem: how to allow an inner element to control an element outside its scope. This post is not about the best solution, since, and here is a spoiler alert, the Portal is the official solution for that problem. This post is about the discussion and the process.
Read moreAfter the post that demonstrates the need for external state management, and after the unpublished post comparing Redux MobX &
Read moreThis is a (draft) list of all the code related issues related to React performance. This is a draft! Published
Read moreA simple ToDo app to feel the well known React context in a reducer pattern. The ToDo class: class ToDo{
Read moreThis post is a list of basic experiments, just to examine the React cache and DOM re-rendering fundamentals. Let’s have
Read moreTwo more to go in the react hooks series. The goal was simple: summarize all the eleven official React hooks.
Read moreThe goal of this series is simple: summarize all the eleven official React hooks. But before writing about the last
Read more