Don't SSR a comment if it has more than 10 newlines
react-dom/server does not do well with a lot of dom nodes, and this is a dirty way to make SSR quite a bit faster.
Loading
Please sign in to comment
react-dom/server does not do well with a lot of dom nodes, and this is a dirty way to make SSR quite a bit faster.