Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/facebook/fbjs
A collection of utility libraries used by other Meta JS projects.
https://github.com/facebook/fbjs
Last synced: 16 days ago
JSON representation
A collection of utility libraries used by other Meta JS projects.
- Host: GitHub
- URL: https://github.com/facebook/fbjs
- Owner: facebook
- License: mit
- Created: 2015-05-28T22:16:50.000Z (over 9 years ago)
- Default Branch: main
- Last Pushed: 2024-05-09T10:53:25.000Z (6 months ago)
- Last Synced: 2024-05-29T15:01:57.710Z (6 months ago)
- Language: JavaScript
- Homepage:
- Size: 1.41 MB
- Stars: 1,953
- Watchers: 68
- Forks: 314
- Open Issues: 76
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
- awesome-list - fbjs
README
# FBJS
## Purpose
To make it easier for Facebook to share and consume our own JavaScript. Primarily this will allow us to ship code without worrying too much about where it lives, keeping with the spirit of `@providesModule` but working in the broader JavaScript ecosystem.
For more information on how to build and use FBJS, click [here](https://github.com/facebook/fbjs/tree/main/packages/fbjs). This library includes a number of packages that can be accessed in the [packages](https://github.com/facebook/fbjs/tree/main/packages) folder. For more information on what each package does and how to run it, access the individual package from within the folder.
**Note:** If you are consuming the code here and you are not also a Facebook project, be prepared for a bad time. APIs may appear or disappear and we may not follow semver strictly, though we will do our best to. This library is being published with our use cases in mind and is not necessarily meant to be consumed by the broader public. In order for us to move fast and ship projects like React and Relay, we've made the decision to not support everybody. We probably won't take your feature requests unless they align with our needs. There will be overlap in functionality here and in other open source projects.
## License
FBJS and the other packages included here are MIT licensed, as found in the LICENSE file.