Having the content spread across Markdown files makes it harder to edit and maintain.
The rationale for the current approach is that it completely renders on the server during pre-rendering via a load function. We could achieve the same thing using the new experimental await expression or have the client call an API, maybe assisted by the new Skeleton component
Having the content spread across Markdown files makes it harder to edit and maintain.
The rationale for the current approach is that it completely renders on the server during pre-rendering via a load function. We could achieve the same thing using the new experimental await expression or have the client call an API, maybe assisted by the new Skeleton component