https://github.com/tderflinger/react-mdx-recharts
Example of using MDX with Recharts and React-Static.
https://github.com/tderflinger/react-mdx-recharts
components mdx react react-static recharts
Last synced: 4 months ago
JSON representation
Example of using MDX with Recharts and React-Static.
- Host: GitHub
- URL: https://github.com/tderflinger/react-mdx-recharts
- Owner: tderflinger
- License: mit
- Created: 2020-01-17T15:44:16.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-11T20:57:35.000Z (over 2 years ago)
- Last Synced: 2023-03-11T01:41:55.326Z (over 2 years ago)
- Topics: components, mdx, react, react-static, recharts
- Language: JavaScript
- Homepage: https://www.tderflinger.com/en/creating-interactive-markdown-mdx
- Size: 4.12 MB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 24
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# React-MDX-Recharts
Example of using MDX with React-Static and Recharts.
MDX is a great way to combine Markdown (.md) with
React components. In that way it is possible to use
any React component within Markdown.You can find more explanation about React-mdx-recharts on my blog:
https://www.tderflinger.com/en/creating-interactive-markdown-mdx
## Install
```bash
yarn
```## Run
```bash
yarn start
```## Build
```bash
yarn build
yarn serve
```## References
- [MDX](https://mdxjs.com/)
- [React-static](https://react-static.js.org/)
- [Recharts](http://recharts.org/en-US)## License
MIT License