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

Admin: @andrey2019
Download Telegram
How JavaScript Engines Achieve Great Performance

If you’ve ever wondered what it is browsers actually do to get JavaScript to execute quickly, this post digs into it a little. - http://amp.gs/jtPpw

#javascript
From My Point of Vue: Headless Components

Learn about how headless components handle logic and behavior separate from UI. This gives the responsibility of how the component looks to the consumer. - http://amp.gs/jtPA4

#vue
Conditional Border Radius In CSS

Ahmad Shadeed shows how to use CSS comparison functions to create a conditional border radius. - http://amp.gs/jtyIF

#css
Using Web Workers to Boost Third-Party Script Performance

A look at Partytown, a still experimental library that aims to improve third-party script performance using Web Worker technology. - http://amp.gs/jtyVS

#webworkers
Extracting Image Metadata (EXIF) using Node

Extra data can sometimes be stored inside images, such as geolocation coordinates, text strings, and more, and it can be extracted from Node code. - http://amp.gs/jtyw0

#nodejs
Creating a React Component with TDD

TDD doesn’t often get a lot of airtime in the React ecosystem, but this article counteracts that trend with the application of its principles in a full-cycle tutorial. - http://amp.gs/jthnx

#react
Vuex With Class Components

Learn how to accomplish state management using Vuex with TypeScript and class components. - http://amp.gs/jthw2

#vue
The 2021 Web Almanac — CSS

Eric A. Meyer and Shuvam Manna are covering trends, changes, and patterns in CSS use across the web in the CSS chapter of the latest edition of Web Almanac. - http://amp.gs/jtvdY

#css
👍1
Important Architecture Decisions for Your Angular Application

Making your angular application more robust - http://amp.gs/jtgkd

#angular
Microfrontends: Which Framework to Use?

In the past few years, I have been helping many clients and companies move to Microfrontends. We always start… - http://amp.gs/jtEml

#microfrontends
Defensive CSS

Ahmad Shadeed shares a collection of snippets to help you write future-proof CSS. - http://amp.gs/jt9dK

#css
👍1
Use Supabase Auth with Vue.js 3

A tutorial on how to set up a Vue.js 3 application with Supabase Authentication for managing access to your data. - http://amp.gs/jt4GL

#vue
Strapi v4: An Open Source Node.js Headless CMS

Strapi has been around a while and has done a good job building a community around itself. A big new version is out with a new UI, Plugin API, Query Engine and more, plus a focus on refactoring the core to make it easier to extend and twist to your own ends - http://amp.gs/jtR1L

#nodejs
Advanced JavaScript Design Patterns

Check out these 20+ solutions to commonly occurring problems in JavaScript. - http://amp.gs/jtR6j

#javascript
Angular — Four practical use cases of NgTemplateOutlet

NgTemplateOutlet is one of the most overlooked features in Angular. This article summaries four use cases… - http://amp.gs/jtUKh

#angular
useEffect Sometimes Fires Before Paint: Why?

Does your application have an annoying flicker which is hard to explain and even harder to diagnose? It could be that useEffect isn’t firing when you think it does. - http://amp.gs/jtdJm

#react
Using Node to Build a Slack Bot for HubSpot

Comes from Fusebit whose integration platform is used to join the parts together. - http://amp.gs/jtOUQ

#nodejs
The Surprising Behavior of "Important CSS Custom Properties"

Stefan Judis explores how !important keyword behaves in custom properties. - http://amp.gs/jtrnD

#css