taniarascia / comments

Comments
7 stars 0 forks source link

javascript-modules-import-export/ #65

Open utterances-bot opened 3 years ago

utterances-bot commented 3 years ago

Understanding Modules, Import and Export in JavaScript | Tania Rascia

In the early days of the Web, websites consisted primarily of HTML and CSS. If any JavaScript loaded into a page at all, it was usually in…

https://www.taniarascia.com/javascript-modules-import-export/

adactio commented 3 years ago

Thanks for this, Tania—it’s a really clear explanation.

nezlobnaya commented 3 years ago

Thank you, Tania!Great article!

lofayo commented 3 years ago

can you share me with your theme?

iGroovyboy commented 3 years ago

What's the point of default exports then, if all they do is dangerous and confusing?

marekdano commented 3 years ago

Thanks for the article, Tania! My suggestion - I think it'd be useful to mention that we can define functions without export and then export the functions as a list like export { sum, difference }

momin-riyadh commented 3 years ago

Love the way of your writing approach ☺️!

Now l'm modular JavaScript ReactJS Engineer!

aashiqahmed98 commented 3 years ago

Hi Tania,following your blog from past one month, wonderfull piece of writing,btw in this article you mispelled the word 'Javascript' as 'JavaSvript' in the Conclusion part

jaclyntan commented 3 years ago

Now this is quality content. Finding articles this well structured, in layman's terms, is so. frickin. hard. Anyway, I love your work, keep it up 🤩

yonycalsin commented 3 years ago

Thanks 🤩 !

mattwelke commented 3 years ago

What's the point of default exports then, if all they do is dangerous and confusing?

I think it makes sense for some libraries with very simple, obvious purposes. Like import Promise from 'bluebird'; or import React from 'react'; when compiling JSX. I avoid default exports in my own code bases though.

psthree commented 3 years ago

Great! Info keep up the great work!

husky-dot commented 3 years ago

Hello, may I translate your article into Chinese?I would like to share it with more developers in China. I will give the original author and original source.

rachidamrani commented 3 years ago

Thank you.

tharinducs7 commented 3 years ago

Thanks :)

yashrahurikar23 commented 3 years ago

Thanks for the article Tania :)

ashishshuklabs commented 2 years ago

Awesome article Tania. Please continue sharing your knowledge!!

cholasimmons commented 2 years ago

Stumbled upon Tania from a post on LogRocket, this website is an absolute gem!! Thank you for taking the time to share, and in such detail

remoharsono commented 2 years ago

Great explanation Tania, start with the history, then bring us the simple code step by step, I find it quite rare tutorials written like this

thekatsmeowkode commented 1 year ago

You always have the best tutorials! The one you wrote as an intro to Javascript on Digital Ocean got me through the worst part of being a beginner. Thanks :)