> For the complete documentation index, see [llms.txt](https://docs.reactium.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.reactium.io/reactium/reactium-sdk.md).

# Reactium SDK

## Reactium SDK

When we speak of the "Reactium SDK", we are generally referring to:

* the Reactium Singleton object, imported like so: **`import Reactium from 'reactium-core/sdk';`**
* or, a number of named exports, such as custom React hooks, string translation utilities, etc, e.g. **`import { useHookComponent } from 'reactium-core/sdk';`**
* A list of documented Reactium **"hooks"**. A Reactium hook (not to be confused with [React Hooks](https://reactjs.org/docs/hooks-intro.html)), is a named tag for which you can register callbacks. You can both register hooks in your code to run when important things happen in Reactium, and create your own invocations where others can register callbacks.

{% hint style="info" %}
**`'reactium-core'`** used in an import statement in Reactium is a babel-alias for the path to th&#x65;**`'.core/'`** directory, which can be used anywhere in your code so you don't need to know the relative path.
{% endhint %}

{% content-ref url="/pages/-M5Oz\_0A6tKNNithCSLr" %}
[Broken mention](broken://pages/-M5Oz_0A6tKNNithCSLr)
{% endcontent-ref %}
