Posted inReact How to Handle Authentication in React Posted by Emir August 16, 2019 Published on 16.8.2019 Handling authentication is a crucial part of many web applications, and React…
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…