Articles in this series
Today I learned, what is the actual order of execution of React Query useMutation side effects. Given a mutation like this: const mutation =...
Today, I had to close a modal, after clicking outside of it. Here's how I've done it: export default function App() { const [open, setOpen] =...
I used the following CSS property to get dark mode styles for scrollbars in my project. :root { color-scheme: dark; } But, as you can see on the...
Very often you can hear that in JavaScript "Functions are first-class citizens". All it means is that it's possible to: Assign a function to a...
One-way and two-way data binding ยท Unidirectional (one-way) data flow You pass data down from parent to child component You can't update parent's state...
Originally, the trademark was issued to Sun Microsystems in 1997. Then it was transferred to Oracle when they acquired Sun in 2010. However, the...