Browse Source

remove a reference to fbjs from codebase overview (#1806)

* remove a reference to fbjs from codebase overview

* Update codebase-overview.md

Co-authored-by: Sunil Pai <threepointone@oculus.com>
main
Toru Kobayashi 5 years ago
committed by GitHub
parent
commit
331eb9db01
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 6
      content/docs/codebase-overview.md

6
content/docs/codebase-overview.md

@ -15,12 +15,6 @@ If you want to [contribute to React](/docs/how-to-contribute.html) we hope that
We don't necessarily recommend any of these conventions in React apps. Many of them exist for historical reasons and might change with time.
### External Dependencies {#external-dependencies}
React has almost no external dependencies. Usually, a `require()` points to a file in React's own codebase. However, there are a few relatively rare exceptions.
The [fbjs repository](https://github.com/facebook/fbjs) exists because React shares some small utilities with libraries like [Relay](https://github.com/facebook/relay), and we keep them in sync. We don't depend on equivalent small modules in the Node ecosystem because we want Facebook engineers to be able to make changes to them whenever necessary. None of the utilities inside fbjs are considered to be public API, and they are only intended for use by Facebook projects such as React.
### Top-Level Folders {#top-level-folders}
After cloning the [React repository](https://github.com/facebook/react), you will see a few top-level folders in it:

Loading…
Cancel
Save