@dan_abramov I hate writing it so I use a snippet:
"import React from 'react';",
"",
"const ${TM_FILENAME_BASE} = () => {",
" return(",
"",
" );",
"}",
"",
"export default ${TM_FILENAME_BASE};"
Free time is a premium since I started working full-time. But, I'm working full-time as a developer so there's that! Here's a write up on my path to becoming a developer and some tips I hope can help you on yours! @freeCodeCamp#CodeNewbie#100DaysOfCode
https://t.co/JMOVNGJpF1
@__queserasera I agree, it's not the easiest thing to look at and I don't see it commonly. I've just been using it on event handlers where it's simple logic
@AndreiNeagoie Thanks for providing the discount code for existing students. Glad it means more of the sale goes to you and I don't have to wait for the next sale to get started!
In a @yarnpkg workspace is there any difference between running `yarn workspace <name> add <package>` from the root or `yarn add <package>` from inside the workspace?
Been reading a section of YDKJS each day. Unpopular opinion: I wouldn't recommend reading past the first 2 or 3 books. Too technical, inapplicable after that. D61-75 #100DaysOfCode
Finished off all the challenges in #javascript30 from @wesbos. Thanks for the great, free course! Still reading through a chapter a day of YDKJS https://t.co/d1PadA6rn4 D48-60 #100DaysOfCode