FrontEnd Development
28.9K subscribers
145 photos
1 video
9.35K links
Полезные ссылки иHTML, CSS, JavaScript, TypeScript, Angular, React, Vue, Node.js, Mobile and more.
Download Telegram
How layout position impacts three big web performance levers

Sia Karamalegos shares three common problems related to layout position: lazy loading images above the fold, asynchronous loading of CSS needed for elements above the fold, and not prioritizing the fetch of the Largest Contentful Paint (LCP) image. - https://performance.shopify.com/blogs/blog/how-layout-position-impacts-three-big-web-performance-levers

#css
👍32
Reactivity with the Vue 3 Composition API: ref() and reactive()

In a single-page application (SPA), reactivity refers to the application’s ability to update its user interface in response to changes in the underlying data. In Vue 3 we are introduced to 2 ways of declaring reactive Variables - Ref and Reactive. This article will explore these 2 functions outlining their uniqueness and use cases. - https://blog.logrocket.com/reactivity-vue-3-composition-api-ref-reactive/

#vue
👍64
Building a Two-Way Data Binding Hook for Form Inputs

Two-way form input binding is a popular feature offered by frameworks like Vue and Svelte – what might a React version look like? Consider this more an experiment than anything. - https://www.macarthur.me/posts/binding-input-state-in-react

#react
🔥6👍1
Matteo's Thoughts on Bun

As the creator of Fastify and a Node.js TSC member, it’s interesting to see what Matteo thinks of alternative runtime Bun. - https://adventures.nodeland.dev/archive/my-thoughts-on-bun/

#bun
👍6
Type safe CSS design systems with @property

Adam Argyle explains how to use @propety to create smarter and more stable design systems. - https://nerdy.dev/cant-break-this-design-system

#css
👍4😡1
Angular 16 is huge

At the time of writing this article, angular just published its first release candidate version of v16. There… - https://itnext.io/angular-16-is-huge-67288a3ff58b

#angular
👍3🔥2
Serverless Bun vs Node: Benchmarking on AWS Lambda

Following the recent release of Bun 1.0, Mitchell ran some tests to determine if the updated runtime is a legitimate contender for serverless environments like AWS Lambda. - https://medium.com/@mitchellkossoris/serverless-bun-vs-node-benchmarking-on-aws-lambda-ecd4fe7c2fc2

#bun #vs #nodejs
👍51👏1
Create A Custom Range Slider With Vue

In this tutorial, you will learn how to create a custom range slider in Vue 3.
You’ll also see how you can create a custom slider with two handles, one for the min value and the other for the max value. - https://blog.openreplay.com/create-a-custom-range-slider-with-vue

#vue
👍71