An open API service indexing awesome lists of open source software.

https://github.com/selmasaltik/debugging-react-apps

What I learned from "React - The Complete Guide 2024 (incl. Next.js, Redux) - Academind by Maximilian Schwarzmüller"
https://github.com/selmasaltik/debugging-react-apps

debugger debugging devtools error-handling error-messages react react-devtools strict-mode

Last synced: 7 months ago
JSON representation

What I learned from "React - The Complete Guide 2024 (incl. Next.js, Redux) - Academind by Maximilian Schwarzmüller"

Awesome Lists containing this project

README

          

# debugging-react-apps

***Finding & Fixing Errors***

- Making Sense of **React Error Messages**
- Finding **Logical Errors** via the Browser **DevTools & Debugger**
- Enabling React’s **Strict Mode**
- Using the **React DevTools** for Application Analysis & Manipulation (https://react.dev/learn/react-developer-tools)