2021-03-05
|~2 min read
|317 words
Previously, I wrote about getting Typescript set up for a new project. Today, I want to discuss adding Babel and ESLint to the mix. Getting…
2021-03-05
|~7 min read
|1341 words
I was looking through an app’s style sheets recently and came across a new word: : Looking above in the same file, I found : So, what’s…
2021-03-05
|~1 min read
|167 words
What does it mean when we say that is a transpiler? According to Shawn Wang (known on the internet as swxy), when transpiles, it “compiles…
2021-03-05
|~1 min read
|117 words
What does it mean when we say that is a transpiler? According to Shawn Wang (known on the internet as swxy), when transpiles, it “compiles…
2021-03-05
|~2 min read
|247 words
Continuing the trend of learning more about Javascript classes of late, I found the following recently and thought it was quite interesting…
2021-03-05
|~2 min read
|247 words
Continuing the trend of learning more about Javascript classes of late, I found the following recently and thought it was quite interesting…
2021-03-05
|~8 min read
|1439 words
Update: I’ve now found an even more basic way to write a React app and I put together a tutorial in a post, An Even More Basic React App…
2021-03-05
|~7 min read
|1401 words
Update: I’ve now found an even more basic way to write a React app and I put together a tutorial in a post, An Even More Basic React App…
2021-03-05
|~2 min read
|388 words
Trying to run tests with Jest, I got the following error: Looking at the stack trace (in full at the end of this post), however, there were…
2021-03-05
|~2 min read
|388 words
Trying to run tests with Jest, I got the following error: Looking at the stack trace (in full at the end of this post), however, there were…