Posted inReact Real-Time Search with useEffect and useState Posted by Emir July 15, 2019 Published on 15.7.2019 One of the most common features in modern web applications is real-time…
Posted inReact React Router 2019: Routing with Hooks Posted by Emir July 7, 2019 Published on 7.7.2019 React Router is one of the most popular routing libraries in the…
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…
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…
Posted in.NET C# Building an Event-Driven Architecture with .NET Core Posted by Emir April 25, 2019 April 25, 2019 In modern software development, building scalable and loosely-coupled systems is a top…