Hacker News new | ask | show | jobs
by ludbb 3891 days ago
Is there such a thing as "moving" to another browser for development purposes? You will have to use both at some point, at least for some sanity check.

If you're developing something with React, Chrome will provide a better experience since React dev tools plugin is only available for Chrome. I'm not aware of some tool that is exclusive to Firefox, so I don't have a reason to favor it.

1 comments

For most of the backend, I try to stick to one browser. Right now Chrome gives me all the request details and other things I need. But I want to see where FDE stands on this.