question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

[Feature Request] View the app "On Your Network"

See original GitHub issue

View the app “On Your Network”

By default create-react-app make the app live on localhost as well as your network. This would make it easier to test on mobile devices. Also the current way has the text mixing in with all the other details and becomes harder to find. I would be better to highlight somehow, maybe draw a box around it.

Edit: I opened a PR to solve this #22352

[ info ]  ready on http://localhost:3000

react

Issue Analytics

  • State:open
  • Created 3 years ago
  • Reactions:54
  • Comments:18 (5 by maintainers)

github_iconTop GitHub Comments

37reactions
heyitsarpitcommented, Mar 26, 2020

I understand it can be done manually but it’s a user experience thing. I usually open the links by simply clicking on them while in the terminal, Having it right there makes it so I don’t have to go though the extra steps.

14reactions
Janpotcommented, Mar 26, 2020

create-react-app doesn’t do anything special. It just shows you the IP address of your laptop on your local network. It uses the address package to do that in a platform-agnostic way. Looks like you’re on a mac so to get it you can probably just do:

ipconfig getifaddr en0

and you should be able to use it to access the next.js app that’s running on your laptop from anywhere else on your LAN.

Read more comments on GitHub >

github_iconTop Results From Across the Web

How to Submit a Feature Request - YouTube
Learn more: https://slrwnds.com/FeatureRequestsWe're always looking for feedback to make our software better. One of the best ways to let us ...
Read more >
How to Use Palo Alto Networks New-Feature Request
You'll send them all the details about the feature in question, and they'll take the necessary steps to have a Feature Request created...
Read more >
Feature Request Tracking Made Easy - Fulcrum - FulcrumApp
Fulcrum users will now have the ability to make feature requests directly to our product team. Users can also upvote feature requests from...
Read more >
Submit a feature request for Solarwinds Products
These forums are monitored by our product managers. You may also call support to request a ticket for your feature request or access...
Read more >
In-App Feature Requests - Instabug
Check out what information is contained in each feature request and how to manage feature requests in your dashboard. Also learn how to...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found