Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[internal] load and render example source code programmatically instead of duplicating source as a string #632

Closed
williaster opened this issue Feb 24, 2020 · 0 comments · Fixed by #637

Comments

@williaster
Copy link
Collaborator

williaster commented Feb 24, 2020

Currently developers must copy/paste example source code into a string version to render alongside the example (e.g., Axis).

This leads to stale source code strings and is generally cumbersome for the developer. We should be able to use a webpack loader (e.g., react-window or raw.macro) to automate this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant