FrontEnd Development
28.5K subscribers
144 photos
1 video
8.38K links
Полезные ссылки иHTML, CSS, JavaScript, TypeScript, Angular, React, Vue, Node.js, Mobile and more.

Admin: @andrey2019
Download Telegram
How to Elegantly Observe localStorage Changes in Vue 3?

The native localStorage can only listen to changes within the same origin across different pages. However, for single-page applications, this approach is not practical. In this article the author outlines a solution to create a custom hook to monitor changes in localStorage. - https://javascript.plainenglish.io/how-to-elegantly-observe-localstorage-changes-in-vue-3-a42fcf9c82ca

#vue
Implementing Micro-frontends for Large Applications

Micro-frontends are an exciting and futuristic approach to modern web development. If you are working on a… - https://blog.bitsrc.io/implementing-micro-frontends-for-large-applications-1e1b3c241097

#microfrontends
Ultimate Guide to Visual Testing with Playwright

Ultimate or not, this tutorial is pretty thorough and will get you several steps down the road of fetching pages and making visual comparisons, all from JavaScript. - https://www.browsercat.com/post/ultimate-guide-visual-testing-playwright

#nodejs
The REST API Handbook – How to Build, Test, Consume, and Document REST APIs

REST is a widely-used architectural style for building web services & APIs. It's designed to be simple, scalable, & flexible – and it's a good skill to have. This article provides a guide on how to build, test, consume & document REST APIs. - https://www.freecodecamp.org/news/build-consume-and-document-a-rest-api/

#reastapi
How to Create a Draggable Item in Vue Without Using Any Packages

Vue.js provides a smooth way to connect events which makes working with the Document Object Model (DOM) easier. This opens up a wide range of possibilities for developers. In this concise guide, explore the art of making an item draggable in Vue. - https://medium.com/@alemrandev/how-to-create-a-draggable-item-in-vue-without-using-any-packages-871a132b083b

#vue
CSS for Printing to Paper

Ethan Dalool explains the basics of print stylesheets and shares some tips and tricks to help you optimize your webpages for print. - https://voussoir.net/writing/css_for_printing

#css
The Faster Lambda Runtime: Node or LLRT? We Benchmarked

Amazon recently open sourced LLRT, a new low latency server side JavaScript runtime targeting ephemeral use cases, such as serverless. - https://learnaws.io/blog/node-vs-llrt

#nodejs
All we know about Vue 3's Vapor Mode

Vapor Mode is a new and alternative compilation strategy inspired by Solid.js. It aims to enhance your apps' performance by compiling your code into a more efficient JavaScript output. This article provides a comprehensive look at Vapor Mode in Vue.js - https://icarusgk.hashnode.dev/vue-3-vapor-mode

#vue
Looking Into the Type System of the React Compiler

If you’re not merely content to wait to see what the React Compiler will bring, but want to dig into the details under the hood, Sathya is here for you. - https://www.recompiled.dev/blog/type-system/

#react