Package Exports
- @rdx-js/rdx
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@rdx-js/rdx) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
@rdx-js/rdx
Reactive Dialogs (RDX) implementation for digital conversations using Remark. Forked from @tinialabs/tdx and @mdx-js/mdx with updated transpiler for whendo runtime
While the rdx specification is very similar to markdown and similar formats such as mdx, a different extension is used as the code in any code blocks may be executed. In addition the execution order of formats such as mdx are linear (a single document) where as a rdx module may be executed as an adaptive dialog over the series of many days. The specification also includes yaml front matter by default.
Installation
npm i -S @rdx-js/rdx