TCH LO Lorran X. Oliveira How to refresh the page after a ‘swipe down’ gesture on React Native (straightforwardly) Learn how to easily create one of the most practical functionalities we often see on mobile applications, the push-to-refresh action.
AI TCH LO Lorran X. Oliveira How to conditionally render something based on URL flag (straightforwardly) Learn how to conditionally render an element on the screen depending on what the URL looks like.
TCH LO Lorran X. Oliveira How to detect if an element is visible on screen (straightforwardly) Have you ever needed to know if an element is visible in the viewport or if the user has scrolled down and it’s not in view anymore? Below…
TCH LO Lorran X. Oliveira How to detect a click outside of an element (straightforwardly) Learn how to create a “useOutsideClick” hook in the most straightforward way possible. The hook name is self explanatory, it is used to…