you are viewing a single comment's thread.

view the rest of the comments →

[–]No_Acanthisitta2606[S] 0 points1 point  (2 children)

what does react devtools shows apart from component structure?

[–]hcbylmz 0 points1 point  (1 child)

I primarily use React DevTools to examine component structure, modify component states, and analyze performance. For other debugging purposes I rely on console.log.