5 ms·
Read the blogpost. What do you use and recommend to write React Native? Nuclide, VS Code, Vim, Atom, Intellij?
by xadoc 8y ago
Read the blogpost. What do you use and recommend to write React Native? Nuclide, VS Code, Vim, Atom, Intellij?
- TomMarius 8y agoI'd recommend VS Code simply because of its great performance compared to other options (I never used Vim because of other reasons so that might be better for you) and a lot of good extensions.
- depomoty 8y agoI use Atom, so I definitely recommend that. You can install all sorts of plugins to help you out with different things. For example you can install an Eslint extension that will show you all the errors depending on your eslint configuration. I'm sure others have similar support, but haven't really used them.