panesofglass/trail

Use with serverside runtime results in `StackOverflowException`

Closed this issue · 1 comments

See #18

The current render loop is not completely tail recursive. Also, it may be worthwhile to use a multi-stage approach to generate a flat set of calls, similar to the Blazor build of cshtml files, rather than have the recursive function run at runtime.