Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,6 @@ While you can bundle React components as custom JavaScript, using Fern's built-i
</Accordion>

<Accordion title="Improved SEO">
Components added via custom JavaScript aren't server-side rendered, which means search engines can't index content.
Custom React components are server-side rendered and fully indexable by search engines, while components added via custom JavaScript aren't server-side rendered and can't be indexed.
</Accordion>
</AccordionGroup>