Posted inReact Animations in React with react-spring Posted by Emir August 11, 2019 Published on 11.8.2019 Animations can make your web applications feel more dynamic and interactive, and…
Posted inReact React Portals: Managing Modals in Functional Components Posted by Emir August 4, 2019 Published on 4.8.2019 Modals are a common UI element in modern web applications. They allow…
Posted inReact Progressive Web Apps (PWA) in React Posted by Emir August 1, 2019 Published on 29.8.2019 In recent years, Progressive Web Apps (PWAs) have become a hot topic in the…
Posted inReact How to Build a Simple Todo App with Hooks Posted by Emir August 1, 2019 Published on 1.8.2019 React Hooks have revolutionized how we write components in React. Gone are…
Posted inReact Testing React Functional Components with Jest & React Testing Library Posted by Emir July 29, 2019 Published on 29.7.2019 Testing is a critical part of the development process, ensuring your components…
Posted inReact Creating a Dark Mode Toggle with useContext Posted by Emir July 21, 2019 Published on 21.7.2019 As web applications grow more dynamic, user preferences like dark mode are…
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…