You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
The current pattern I've used for importing markdown files is
fetch
followed by a chain ofasync
operations; this is used in theAbout
section, as well as theAlgorithms
andMetrics
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.
The text was updated successfully, but these errors were encountered: