techtalkbook.com
when to use curly braces in es6 import? - Grow Together By Sharing Knowledge
A component or module in es6 is sometimes imported with curly braces and sometimes without it so let’s see when to use curly braces in es6 import. The use of curly braces in es6 import is to import Named Export. Now, what is named Export? There are two ways to do import/export in es6: Default… Read More »when to use curly braces in es6 import?
Sandeep Agrawal