Facebook retires Nuclide Atom extension
31–40 of 67 posts
Re: Facebook retires Nuclide Atom extension
#32Re: Facebook retires Nuclide Atom extension
#33Earlier quoted context omitted.
Wanted to edit my comment, too late... What I mean by remote code editing is not logging in the remote machine and use something like rmate, but having the entire project available in your ide and being able to edit, do source control stuff, even build and debug without logging on that machine. Nuclide provided all that (for FB dev servers)
Why not use FUSE?
Re: Facebook retires Nuclide Atom extension
#34Earlier quoted context omitted.
I think people on our team use VSCode, Sublime Text, and Vim. Almost all editors these days have good support for React, so we don't have any official one (nor do we feel the need to). VSCode has particularly good integration with TypeScript, so perhaps choose it if you are otherwise undecided.
Building an app with react native at the moment, the team uses VSCode & WebStorm. Why would TypeScript be the deciding factor?
But it is another tool for large codebases that requires more work, like tests. If it's a small web project, it's probably overkill.
Re: Facebook retires Nuclide Atom extension
#35Earlier quoted context omitted.
I believe that their internal organisation has changed too. Product Infrastructure, who open sourced GraphQL, React, Relay, Flow, etc. was rolled into a core team, whose priorities are undoubtedly tied directly to internal a app metrics.
No, our priorities for React and other libraries are not tied directly to internal app metrics.
Re: Facebook retires Nuclide Atom extension
#36What are teams developing on flow recommended to use now at Facebook?
Re: Facebook retires Nuclide Atom extension
#37Earlier quoted context omitted.
Care to elaborate? A link works :)
They probably are referring to something like SSHFS that allows you to mount remote filesystems over SSH using FUSE. I have tried this and it doesn't work well. https://github.com/libfuse/sshfs
Re: Facebook retires Nuclide Atom extension
#38I went in for an interview recently for the react core team and the guy who interviewed me said Facebook was trying to edge away from open source. He mentioned it’s not worth it to them as much as it was before. Too much to maintain.
I’m surprised to see an engineer admit this during an interview (assuming it is true, sophiebits has mentioned that it she doesn’t agree with this). Presumably this is the time when you talk about how much cool open source work you do?
Re: Facebook retires Nuclide Atom extension
#39Re: Facebook retires Nuclide Atom extension
#40I've been out of the React Native loop, but I seem to remember Nuclide was FB's canonical IDE for React Native and Hack - does that mean there's not an official way of using those environments any more?
So the fact that Nuclide was there didn't mean that you had to use it (and the vast majority didn't) in order to write React Native.