David Aurelio 497d3ff228 Add glossary, some renames
Reviewed By: jeanlauliac

Differential Revision: D5043919

fbshipit-source-id: ba6f47102747c0762a153cd860f8f61f090cf5d7
2017-05-11 16:51:38 -07:00

588 B

Glossary

Terminology commonly used in React Native Packager / Metro Bundler is explained here. This document is work in progress, please help completing it.

Build Root

Configuration files (rn-cli.config.js) support configuring one or more roots that are watched for file changes during development. In the context of the integration with the js_* rule family in Buck, there is only a single root, the build root used by Buck.

Local Path

A local path / localPath is the path to a file relative to a build root.