DEV Community

[Comment from a deleted post]
Collapse
 
dance2die profile image
Sung M. Kim

Thank you again, Nathan for the React form series.

I just wanted to point out that people can probably take advantage of new React.lazy and load steps only if needed (as some people can simply navigate away without reaching the last step)

Collapse
 
nathansebhastian profile image
Nathan Sebhastian • Edited

Hi Sung KimπŸ™‚ oh certainly it'll be good to lazy load the component. I'll be sure to use it for examples that import components

Collapse
 
dance2die profile image
Sung M. Kim

Thank you, Nathan 😎