Posted inReact Understanding useMemo and useCallback Posted by Emir June 17, 2019 Published on 17.6.2019 As React apps grow in complexity, performance optimization becomes an important aspect…
Posted inReact Avoiding the Infinite Loop: useEffect Dependency Array Posted by Emir June 11, 2019 Published on 11.6.2019 React’s useEffect hook has become a staple of functional components, letting you handle side…
Posted inReact Handling API Calls with useEffect and fetch Posted by Emir June 2, 2019 Published on 2.6.2019 Fetching data from an API is a common requirement in modern web…
Posted inReact Code Splitting with React.lazy and Suspense Posted by Emir June 1, 2019 Published on 29.6.2019 As React applications grow in size, the need to optimize for performance…