Giter Site home page Giter Site logo

Comments (8)

vjeux avatar vjeux commented on March 29, 2024

Yeah, there's an issue on Chrome where they don't want to implement that feature, but I've read that you can use applescript in order to do that. @frantic is doing something similar for the react native chrome debugger opening.

from create-react-app.

gaearon avatar gaearon commented on March 29, 2024

There’s also a Chrome extension that does it out of the box.
Maybe we can point people to it, assuming it’s easy to install: https://github.com/mbhutton/chrome-duplicate-tab-detector

from create-react-app.

gaearon avatar gaearon commented on March 29, 2024

(We can also add something like this to React DevTools, assuming the port is more specific so we’re not handling false positives. Most people developing on React already have React DevTools.)

from create-react-app.

vjeux avatar vjeux commented on March 29, 2024

facebook/react-native#3394

from create-react-app.

vjeux avatar vjeux commented on March 29, 2024

Here's the applescript that keeps the current tab: https://github.com/facebook/react-native/blob/f03c7b59fd8962682cff5797a3916882ef389871/packager/launchChromeDevTools.applescript

They replaced it with opn but check on the devserver if the tab with the websocket is already opened. Unfortunately we can't do that here because we don't maintain a running server.

from create-react-app.

gaearon avatar gaearon commented on March 29, 2024

It’s not very nice to force people to use Chrome. After all our friends at Mozilla are building new Firefox debugger with React 😄 . Maybe there is some way to check if Chrome is the default browser?

from create-react-app.

vjeux avatar vjeux commented on March 29, 2024

Absolutely, my previous solution checked if Chrome was opened before running it and the current one uses the default browser

from create-react-app.

gaearon avatar gaearon commented on March 29, 2024

👍 We could then combine your check with AppleScript and fallback to opn.

from create-react-app.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.