https://github.com/americanexpress/holocron
✨Set of packages that are used to compose and load React components, enabling the updating and launching of server side rendered user experiences without server restarts
https://github.com/americanexpress/holocron
one-app
Last synced: 6 months ago
JSON representation
✨Set of packages that are used to compose and load React components, enabling the updating and launching of server side rendered user experiences without server restarts
- Host: GitHub
- URL: https://github.com/americanexpress/holocron
- Owner: americanexpress
- License: apache-2.0
- Archived: true
- Created: 2019-12-03T16:05:26.000Z (almost 6 years ago)
- Default Branch: main
- Last Pushed: 2024-05-15T10:33:58.000Z (over 1 year ago)
- Last Synced: 2025-04-09T15:01:02.594Z (6 months ago)
- Topics: one-app
- Language: JavaScript
- Homepage:
- Size: 1.87 MB
- Stars: 81
- Watchers: 19
- Forks: 23
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.txt
- Code of conduct: CODE_OF_CONDUCT.md
- Codeowners: CODEOWNERS
- Security: SECURITY.md
Awesome Lists containing this project
README
[One App is now InnerSource](https://github.com/americanexpress/one-app/issues/1393)
![]()
[](https://lerna.js.org/)
> Holocron contains a set of packages that are used to compose and load React components, enabling the updating and launching of server side rendered user experiences without server restarts.
> This repository is a monorepo managed using **[Yarn Workspaces](https://classic.yarnpkg.com/en/docs/workspaces/)** & **[Lerna](https://github.com/lerna/lerna)**.## 📖 Table of Contents
* [Packages](#-packages)
* [Contributing](#-contributing)## 📦 Packages
This codebase has the following packages:
| Name | Description |
| --------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------- |
| **[holocron](./packages/holocron)** | This is used for composing and loading your application modules.
| **[holocron-module-register-webpack-plugin](./packages/holocron-module-register-webpack-plugin)** | This plugin adds the module to registry once its loaded on the page. |
| **[holocron-module-route](./packages/holocron-module-route)** | This uses **[@americanexpress/one-app-router](https://github.com/americanexpress/one-app-router)** which is a fork of **`react-router@3`**. It extends its `Route` component which uses **`holocron`**'s `loadModule` to dynamically load modules for specified routes. |## 🏆 Contributing
We welcome Your interest in the American Express Open Source Community on Github.
Any Contributor to any Open Source Project managed by the American Express Open
Source Community must accept and sign an Agreement indicating agreement to the
terms below. Except for the rights granted in this Agreement to American Express
and to recipients of software distributed by American Express, You reserve all
right, title, and interest, if any, in and to Your Contributions. Please [fill
out the Agreement](https://cla-assistant.io/americanexpress/holocron).Please feel free to open pull requests and see [CONTRIBUTING.md](./CONTRIBUTING.md) for commit formatting details.
## 🗝️ License
Any contributions made under this project will be governed by the [Apache License
2.0](./LICENSE.txt).## 🗣️ Code of Conduct
This project adheres to the [American Express Community Guidelines](./CODE_OF_CONDUCT.md).
By participating, you are expected to honor these guidelines.