ChatGPT is a powerful language model developed by OpenAI that has the capability to generate human-like responses to a wide range of inputs. One of the most...
Continue reading...Kamakshi
Frontend Developer
Software Developer || Fascinated by tech trends || Building usable systems that work on web and mobile.
React Error Boundaries
Error Boundaries basically provide some sort of boundaries or checks on errors, They are React components that handle JavaScript errors in their child component tree. React...
Continue reading...Clean Code JavaScript
Software engineering principles, from Robert C. Martin’s book Clean Code, adapted for JavaScript. This is not a style guide. It’s a guide to producing readable, reusable,...
Continue reading...How to dynamically assign properties to an object in TypeScript
Introduction Consider the following example: This seemingly harmless piece of code throws a TypeScript error on dynamically assigning name to the organization object. An error is...
Continue reading...React 18 Features
React 18 Features React 18 was released in March 2022. This release focuses on performance improvements and updating the rendering engine. React 18 Feature Quick Guide...
Continue reading...