Posted inReact Using Framer Motion for Stunning Animations in React Posted by Emir December 25, 2020 Published on 25.12.2020 Animations can greatly enhance the user experience in any web application, adding…
Posted inReact How to Build a Custom Hook in React (Best Practices) Posted by Emir December 20, 2020 Published on 20.12.2020 React is all about components and state management, but sometimes the logic for managing state…
Posted inReact Understanding React Refs: useRef vs. forwardRef vs. Mutable State Posted by Emir December 15, 2020 Published on 15.12.2020 In React, managing references to DOM elements and component instances has always…
Posted inReact React Testing in 2020: How to Test Functional Components with Jest and React Testing Library Posted by Emir December 5, 2020 Published on 5.12.2020 In 2020, testing React applications has undergone a shift toward more developer-friendly and reliable testing tools. While Enzyme has…