@dxos/react-appkit
Advanced tools
DXOS opinions for building React applications
Weekly downloads
Readme
DXOS opinions for building React applications
pnpm i @dxos/react-appkit
Put the following in the entrypoint of an app:
import { initializeAppTelemetry } from '@dxos/react-appkit/telemetry';
initializeAppTelemetry(namespace, new Config(Defaults()));
Config is required to provide environment variables to the initialization. It reads from the following variables:
To hook up navigation and click telemetry events in an app, with the react-router context:
useTelemetry({ namespace });
#dxos
@dxos_org
Your ideas, issues, and code are most welcome. Please take a look at our community code of conduct, the issue guide, and the PR contribution guide. If you would like to contribute to the design and implementation of DXOS, please start with the contributor's guide.
License: MIT Copyright 2022 © DXOS
FAQs
DXOS opinions for building React applications
The npm package @dxos/react-appkit receives a total of 1,494 weekly downloads. As such, @dxos/react-appkit popularity was classified as popular.
We found that @dxos/react-appkit demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 13 open source maintainers collaborating on the project.
Did you know?
Socket installs a Github app to automatically flag issues on every pull request and report the health of your dependencies. Find out what is inside your node modules and prevent malicious activity before you update the dependencies.