An open API service indexing awesome lists of open source software.

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.

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