Best of LoggingSeptember 2021

  1. 1
    Article
    Avatar of hashnodeHashnode·5y

    What is Typescript and why should you be using it?🤔

    TypeScript is a superset of JavaScript. All the concepts of JavaScript are combined with TypeScript's own concepts that make the language increasingly powerful. It converts your JavaScript which can be run on the web, on a phone, or on Node.js. TypeScript is widely used and loved by developers around the world.

  2. 2
    Article
    Avatar of devtoDEV·5y

    ✨ 7 Tips & tricks to make your console.log() output stand out

    The console.count() method can be useful if you'd like to know how many times a component was rendered. Organize the output of an object of array by using the console.group() method. For styling the consolelog yes, but for other cases you can use template literals.

  3. 3
    Article
    Avatar of bitBits and Pieces·5y

    React Error Handling and Logging Best Practices

    React Error Handling and Logging Best Practices. How to handle errors and properly log them using the right tools. Manusha Chethiyawardhana: If any code segment throws an error, you must handle it correctly. There are several ways to manage and log errors in React.