#frontend-development
Read more stories on Hashnode
Articles with this tag
Microfrontends are one of the most exciting developments in modern front-end architecture. They allow large-scale applications to be broken down into...
In JavaScript, Promise.all() is a method that takes an array of promises and returns a new promise that is fulfilled with an array of the fulfilled...
Before talking about use callback hook we need to talk extensively about the functions in javascript. Functions in JavaScript are first-class...
Functions are the building block of any programming language but in javascript, functions are even more special In javascript, functions are...
What is a polyfill? A polyfill is a piece of code (or plugin) that provides the technology that we, the developers, expect the browser to provide...