DEV Community

Discussion on: Code splitting in React

Collapse
 
jeyj0 profile image
Jannis Jorre

Awesome article! Just want to note that the import() syntax is not a function. But that's nit-picking... :) Awesomely done and compiled!

Collapse
 
sagar profile image
Sagar

Hi Jannis, you're right it's not like traditional function, but simplicity, I introduce import() as a functional form for better understanding.

Thanks for your valuable feedback.