6 posts tagged with "babel"

    getting typescript, babel, and eslint working together

    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…

    css modules: an introduction

    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…

    transpile vs. compile

    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…

    initializing a class

    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…

    getting a basic react app up and running

    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…

    error handling: jest with babel

    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…

Return to all tags