-
Notifications
You must be signed in to change notification settings - Fork 3
feat: Add server-side rendering #316
Copy link
Copy link
Open
Labels
enhancementNew feature or requestNew feature or requestjavascriptUpdates to Javascript codeUpdates to Javascript codetypescriptUpdates to Typescript codeUpdates to Typescript codeuxUpdates to user experienceUpdates to user experience
Milestone
Description
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requestjavascriptUpdates to Javascript codeUpdates to Javascript codetypescriptUpdates to Typescript codeUpdates to Typescript codeuxUpdates to user experienceUpdates to user experience
Projects
StatusShow more project fields
Todo
The first load experience is currently terrible and takes multiple seconds. I want it to be instantaneous.
Fetching episode transcripts also should not be hitting the database. These are very static files and could/should totally be pre-rendered.