Skip to content

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

@jsoules

Description

@jsoules

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions