MDX stands for Multi-Dimensional eXpressions. It is a query language used to access and manipulate data stored in multidimensional databases such as those used in data warehouses and business intelligence systems. MDX provides a way to define and analyze complex data sets, including multi-dimensional calculations, and can be used to create powerful visualizations and reports. MDX is widely used in the JavaScript domain for creating interactive dashboards and other data visualizations.
MDX in React-Native!?
React Advanced Conference 2021React Advanced Conference 2021
21 min
MDX in React-Native!?
Top Content
How to use MDX in React-Native to great effect and the challenges you didn't know you signed up for.
Smoothly Inclusive Component Library Documentation
React Summit 2020React Summit 2020
18 min
Smoothly Inclusive Component Library Documentation
Is your complex documentation setup a maintenance nightmare and chasing away potential contributors? In this talk, you will learn how to make your React component library documentation more user and contributor-friendly with Gats and MDX. Pair this with accessibility best practices, and your documentation will be inclusively smooth.
The X in MDX
React Summit 2020React Summit 2020
9 min
The X in MDX
Markdown is great for content-driven sites. MDX is even better, letting you embed interactive components directly from your markup. It's usually used for the same linear layouts you often see on many blogs, readmes, and documentation sites. But it doesn't need to be like this.
In this talk, we'll see how to reshape MDX so we can use it for very different layouts, things like scrollytelling, slide decks, and more.