/react-effects-basics

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"

Primary LanguageJavaScript

Dealing with Side Effects

Keeping the UI Synchronized

  • Understanding Side Effects & useEffect()
  • Effects & Dependencies
  • When NOT to use useEffect()

What are “Side Effects”?

Side effects are “tasks” that don’t impact the current component render cycle.