Skip to content

Make <Message> SSR-able #11

Description

@StephenTangCook

For my use case, we would want the <Message> component to be server-side renderable (SSR). Specifically, we use NextJS (info).

I understand that if you want interactivity for certain blocks (e.g. buttons, inputs, etc), this won't be possible. We aren't targeting interactive blocks at the moment, but the larger majority of the components should be SSR-able. It is okay if react interactivity is isolated to those components, and those components should be marked with 'use client'.

This would require the following to be removed/refactored:

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions