JavaScript


Vue.js Vapor Mode and Other Roadmap Updates from Vue Amsterdam 2023

Vapor Mode is a compilation strategy that compiles a Vue SFC into JS output that is more performant and uses less memory. There are 2 ways to configure this

javascripttypescriptweb-development

How to Rotate an Image with JavaScript

javascript

Be Careful of Passing an Async Function as a Parameter in JavaScript

javascriptasync-await

TS 5.0 Beta: New Decorators Are Here!

TypeScript 5.0 Decorator, TypeScript ES Decorator, TypeScript Decorator, TypeScript Decorators, How To Use Decorators in TypeScript, Decorator in TypeScript, The Magic of TypeScript Decorators, typescript decorators guide, TypeScript 5.0, TS 5.0

typescriptjavascriptfront-end-development

Working with styled-components in the Next.js

Styled-components is a popular CSS-in-JS library that allows you to write component-based styling in your React projects. When combined with the capabilities of Next.js, the result is a powerful…

reactnextjsstyled-components

Interviewer: Can sessionStorage Share Data Between Multiple Tabs?

The question that most front-end developers don’t know the answer

javascriptweb-developmentsession-storage

It’s 2023 Now! React State Management: Context or Redux, Which Side Are You On?

Hi there. Today, I am going to discuss when to use what and why. Before I lay down my points and the foundation of my discussion, I would like to first get all of us on the same page about what…

reactjavascriptprogramming

Create a Bank Claim Form Using Angular and SurveyJS

A step-by-step tutorial for creating a multi-page bank claim form using Angular and SurveyJS, a free, open-source JavaScript library.

angularsurveyjsjavascript

How to add a key to an object in JavaScript

javascriptobjectsobject-methods

Gracefully Handling Parallel API Requests in JavaScript

javascriptapi-requests