FrontEnd Development
28.8K subscribers
145 photos
1 video
9.35K links
Полезные ссылки иHTML, CSS, JavaScript, TypeScript, Angular, React, Vue, Node.js, Mobile and more.
Download Telegram
New Standards to Access User Device Hardware from JavaScript

WebHID, WebNFC, and Web Serial have opened up new avenues to interact with user’s device hardware for web apps. Device and browser support is kinda patchy, however. - http://amp.gs/jI8zt

#javascript
4 Ways To Setup Vuex in Nuxt

Nuxt automatically sets up your Vuex Store based on the way you create your folders and name files. In this post, Josh Deltener walks you through four methods to organizing your getters, actions, mutations, and state. - http://amp.gs/jITjJ

#vue
Cumulative Layout Shift: Measure and Avoid Visual Instability

Karolina Szczur explains how to reduce content shifts by monitoring the Core Web Vital metric. - http://amp.gs/jITXe

#css
7 Repos I Didn’t Know I Needed For Front-End

Less talked about repositories that will help you build better things faster. - http://amp.gs/jIz3m

#forntend
Internet Explorer To Be Retired in 2022

Internet Explorer will be retired from 2022 in favor of Edge which can now provide compatibility for legacy websites and applications. - http://amp.gs/jI1JZ

#news
Let Angular Manage Your RxJS Subscriptions Better

The cleanest solution to managing RxJS subscriptions - http://amp.gs/jIYRa

#angular
Get Started With React by Building a 'Whac-a-Mole' Game

This is aimed at beginners keen to strike some ‘aha!’ moments while learning React, but I think the idea of using React to create a game is intriguing enough to take many out of their comfort zone. - http://amp.gs/jIt4v

#react
Can We Create a “Resize Hack” With Container Queries?

Jhey Tompkins explains how container queries work by giving a fresh take on the classic CSS meme featuring Peter Griffin fussing with window blinds. - http://amp.gs/jImVB

#css
Watching for Changes in Vue.js Component Slot Content

This article covers the challenge of watching Vue.js component slot content for changes and provides a solution using MutationObserver. - http://amp.gs/jIZGq

#vue
How to Protect Your Eyes as a Developer

Software developers can easily spend more than ten hours a day staring at a screen. This can lead to eyestrain symptoms. Here are 6 tips to protect your eyes as a developer. - http://amp.gs/jIpfN

#protect #eyes
Building a Rich WYSIWYG Text Editor From Scratch

Learn how to build a rich text editor into an app with Slate doing the heavy lifting. - http://amp.gs/jIlxq

#javascript
Using Forms in React

A thorough review of the steps required to create your first form in React, presented with code snippets to help clearly illustrate the steps. - http://amp.gs/jIB8g

#react
👏2
10 Popular Angular UI Libraries To Try In 2021

Angular is one of the most popularly used frameworks with best-designed practices and tools for app… - http://amp.gs/jInzU

#angular
Explore Immutable Data Structures In Dart & Flutter

A thorough deep dive into how immutable data structures will work with both Dart and Flutter in your Flutter apps. - http://amp.gs/jInbd

#flutter
Learn CSS

An evergreen CSS course and reference to level up your web styling expertise. - http://amp.gs/jIGEQ

#css
Vue.js: Let's Scale!

Vue.js is a great tool to build web scalable applications. In this article, the author will share about a project with over 5k Vue components. - http://amp.gs/jIGQL

#vue
Six Recommendations for Styling Apps with Grommet

Grommet is a React-based framework that provides accessibility, modularity, responsiveness, and theming in a tidy package, but Dan has a few recommendations on its usage. - http://amp.gs/jIxdY

#react