FormidableLabs/react-ssr-prepass

Is there support to not walk the children by returning false, similar to react-tree-walker?

rodinhart opened this issue · 2 comments

Is there support to not walk the children by returning false, similar to react-tree-walker?

Sorry for the late reply. No there's currently no way to interrupt the rendering, since it didn't seem like there was a specific use-case for it. I weighed the potential minor performance gains against the possibility of accidental bugs, and I think since this repository is fully forkable, I don't want to overcomplicate things

Understood. Thank you for the reply.