Posted inReact Building a Custom Hook: useLocalStorage Posted by Emir May 24, 2019 Published on 24.5.2019 React’s custom hooks allow you to extract and reuse logic across components…
Posted inReact The useRef Hook: When and How to Use It Posted by Emir May 12, 2019 Published on 12.5.2019 React hooks have brought a new way to work with state, lifecycle…
Posted inReact Debouncing in React with useEffect Posted by Emir May 4, 2019 May 4, 2019 When building React applications, handling user input efficiently is crucial—especially when dealing with search fields or API…