React Native 推荐什么IDE?

What IDE is recommended for React Native?

我希望使用 React Native 进行应用程序开发。因为它是免费的、开源的、跨平台的环境。问题是:我可以用什么 IDE 来编写、构建和执行其中的所有操作? 感谢帮助。

官方 Nuclide 但我听说 visual studio 代码值得一看。我个人使用sublime

因为我也将他们的 IDE 用于其他语言,所以我使用 JetBrains 的 PhpStore/WebStorm。这是一套非常好的工具。作为额外的好处 Android Studio 也使用 JetBrains IDE 作为基础。所以你会感到宾至如归。不利的一面是您必须付费,而他们就在本月切换到订阅模式。但作为一名专业开发人员,我愿意为能提高工作效率的工具付费。

Babel syntax highlighting 相得益彰。 :)

我在 Quora 上的回答。


Nuclide 仍然没有适当的 windows 支持。

SublimeText 可能是一个很棒的 JS 编辑器,但是对于 React 代码,配色方案会像这样放弃:

我试过了VS Code for a while but it lacks some standard IDE functionalities so I moved on to Atom。 install/customize 很简单,而且很管用!到目前为止,它是我最喜欢的 React 开发编辑器。

Windows 我使用 sublime text3 作为 IDE,Plugin:

ReactJS: support React development, code hints, highlighting

Emmet: front-end development necessary.

Terminal: open the terminal in sublime and navigate to the current directory, artifacts, mac shortcut keys: command + shift + T

React-native-snippets: react native snippet

以下选项,解决语法检查错误

Open the menu view, Syntax -> Open all with current extension as ... -> Babel -> JavaScript (Babel), select babel as the default javascript open syntax Be sure to choose Open all with current extension as ... .

Mac我用的是Atom,插件:Nuclide

我个人使用IntelliJ IDEA终极版试试看