2022-11-28
|~2 min read
|313 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…
2022-11-28
|~7 min read
|1339 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…
2022-11-28
|~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 “compile…
2022-11-28
|~2 min read
|246 words
Continuing the trend of learning more about Javascript classes of late, I found the following recently and thought it was quite interesting…
2022-11-28
|~7 min read
|1399 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…
2022-11-28
|~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…