음악, 삶, 개발
React 개발중 파일명에 대한 고뇌 : index.js vs Button.js 본문
Brad Frost on Twitter
“Component developers, which way do you do it and why?”
twitter.com
This or that? Component Names: index.js or Component.js
I'm not sure if you're aware, but there are sometimes different ways to do the same thing. Crazy, right? As a consultant I get to see a lot of different codebases, and I try study other projects' architecture in order to better understand this Brave New J
bradfrost.com
https://github.com/airbnb/javascript/tree/master/react
airbnb/javascript
JavaScript Style Guide. Contribute to airbnb/javascript development by creating an account on GitHub.
github.com
https://github.com/airbnb/javascript/issues/1365
What is the benefit of prefer-default-export? · Issue #1365 · airbnb/javascript
The docs don't have a Why section for prefer-default-export, and I'm not seeing the benefit of it on my own. I would think that not using default is preferred. With default exports, you los...
github.com