From 331eb9db010bfb1ca8350e9b7bc40263ec66db4e Mon Sep 17 00:00:00 2001 From: Toru Kobayashi Date: Tue, 10 Mar 2020 00:40:40 +0900 Subject: [PATCH] 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 --- content/docs/codebase-overview.md | 6 ------ 1 file changed, 6 deletions(-) diff --git a/content/docs/codebase-overview.md b/content/docs/codebase-overview.md index 010fdfb5..0ce2f797 100644 --- a/content/docs/codebase-overview.md +++ b/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: