atom-redux-devtools icon indicating copy to clipboard operation
atom-redux-devtools copied to clipboard

[Proposal] Integrate remotedev-server

Open jhen0409 opened this issue 8 years ago • 2 comments

It maybe a separate tab, just like Nuclide's React Native Server Mode.

jhen0409 avatar Mar 10 '16 21:03 jhen0409

Looking at Nuclicide implementation, we can also open a separate tab for the terminal, but I think starting and stopping remotedev-server in background would be more convenient (just by setting host and port on the settings popup). Alternatively, we can add the ability to open the terminal to see the status. I was planning to implement this for Electron app in remotedev-app, but didn't investigated yet. Any ideas of the implementation are welcomed.

zalmoxisus avatar Mar 11 '16 11:03 zalmoxisus

but I think starting and stopping remotedev-server in background would be more convenient (just by setting host and port on the settings popup).

It may not easy to implement in Atom, because it's start via independent process of each window, rather than the main process.

jhen0409 avatar Mar 11 '16 16:03 jhen0409