#frontend-development
Read more stories on Hashnode
Articles with this tag
Micro-frontends is an architectural style where a frontend application is decomposed into smaller, more manageable pieces that can be developed,...
Stop using #localStorage! · In the ever-evolving world of web development, we must constantly re-evaluate our practices and embrace new technologies that...
Real life Application of Closures. · In JavaScript, a closure is created when a function is defined within another function, and it has access to the...