---
title: Stress
---
import SnowEditor from '../../src/components/standalone/SnowEditor';
{
new Array(200).fill(0).map((_, index) => {
return <>
Heading {index}
List items:
{
new Array(20).fill(0).map((_, index) => {
return - List item {index}
})
}
>
})
}