ExamplesNodesStress TestStress TestThis example shows a flow with 450 nodes and edges.index.htmlApp.svelte<script lang="ts"> const data: string = "world"; </script> <h1>Hello {data}</h1> <style> h1 { font-size: 1.5rem; } </style>Read-onlyOpen in StackblitzOpen in CodesandboxFeature Overview