You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A lightweight state management library for vanilla JavaScript. It offers simple and efficient state management with direct and functional updates, easy state retrieval, side effect handling, and version tracking.
In my fourth React project, I honed useEffect, custom hooks, lifecycle, and API fetching, prioritizing reusable components. Implemented PropTypes for enhanced code reliability and prop validation, fostering a modular and maintainable codebase.
Handling Side Effects & Working with the useEffect() Hook /// What I learned from "React - The Complete Guide 2024 (incl. Next.js, Redux) - Academind by Maximilian Schwarzmüller"
Place Finder is a web application that displays places close to the user's location and allows them to select places they would like to visit or have already visited. The project leverages various advanced React concepts and hooks to manage side effects, optimize performance, and ensure a smooth user experience.
Vacation Places Explorer is a web application that displays places close to the user's location and allows them to select places they would like to visit or have already visited. The project leverages various advanced React concepts and hooks to manage side effects, optimize performance, and ensure a smooth user experience.