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

Implement a better pattern for how static markdown file content is getting imported & rendered #17

Open
jsoules opened this issue Jul 14, 2021 · 0 comments

Comments

@jsoules
Copy link
Owner

jsoules commented Jul 14, 2021

The current pattern I've used for importing markdown files is fetch followed by a chain of async operations; this is used in the About section, as well as the Algorithms and Metrics descriptions.

The files probably still need to get loaded asynchronously (since while they live on the server, they are pulled dynamically so that we don't have to re-release in order to make edits to copy) but I think we have a better model for how to do this somewhere--just don't remember where it is.

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

No branches or pull requests

1 participant