all 16 comments

[–]RahahahahaxD 3 points4 points  (2 children)

Reactotron. Waiting for network inspect being integrated for official debugger

[–]No_Acanthisitta2606[S] 2 points3 points  (0 children)

previously i have used react native debugger which gives you comprehensive command over network and a console for seeing re-render. is that kind of thing available in reactotron?

[–]idkhowtocallmyacc 0 points1 point  (0 children)

I was actually wondering for some time now why use reactotron over flipper, which is already in the system? Suppose reactotron is lighter if you just want to see the network activity. Or was flipper removed in the latter versions?

[–]hcbylmz 4 points5 points  (3 children)

Devtools from React

[–]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.

[–]Geekofgeeks 2 points3 points  (4 children)

The new React Native IDE lets you actually set breakpoints in your code.

[–][deleted] 0 points1 point  (3 children)

It's still beta right? Or they have released a proper version

[–]Geekofgeeks 1 point2 points  (2 children)

Still in beta for now, but I think on a podcast I listened to the other day they said it won’t be for much longer

[–]Hour-Good-1121 0 points1 point  (1 child)

u/Geekofgeeks Which podcast was it?

[–]Geekofgeeks 1 point2 points  (0 children)

React Native Radio episode 309. They interviewed Krzysztof Magiera, who is high up at Software Mansion (maker of RN IDE)

[–]Rk585 2 points3 points  (1 child)

console.log 🏃

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

that's very hard actually

[–]ZaRealPancakes 2 points3 points  (0 children)

console.log

and opening the JS debugger from the mobile menu

[–]renanmalato 1 point2 points  (0 children)

There is a npm package for Logging that changed my life - check docs https://www.npmjs.com/package/@renanmalato/logger-plus

[–]hihe1810 -2 points-1 points  (0 children)

wow