Typo?
thaithcock opened this issue · 2 comments
thaithcock commented
Under Prefer Ternary to Sub-render, it says:
Keep login inside the render.
What is login?
From the examples, it seems that the overall goal is to keep render code within the render function. Should it say something like Keep render code inside the render (function) ?
geolessel commented
Yes, it looks like that should be
Keep logic inside the render.
I'll fix that up. Thanks!