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 To Use Face Motion To Interact With Typography

Edoardo Cavazza explains how to combine Machine Learning, variable fonts, and CSS grids to create layouts that respond to the proximity, the inclination, and the number of the users’ faces. - http://amp.gs/Lbt8

#css
The State of Micro Frontends

One of the more controversial topics in frontend web dev is microfrontends. Are they worth it? Should you really split up your application? Do you really need to use this now? - http://amp.gs/WIjB

#microfrontends
11 Top Node ORMs, Query Builders and Database Libraries in 2020

Choosing an ORM or query builder for your app can be daunting, but this roundup from the folks at Prisma really goes into some depth on the most popular options including Mongoose, Knex.js, Sequelize and, yes, Prisma (so take the bias into account).- http://amp.gs/WI6I

#nodejs
A Gentle Introduction to Code Splitting with React

Code splitting is an advanced optimization technique used to divide code into 'bundles' that can be loaded on demand as functionality is actually required. - http://amp.gs/Wj6u

#react
Vue.js Creator Evan You Interview: “You need to understand what your users want”

We spoke with Evan about the release of Vue 3, his opinion on no-backend & fullstack approaches, Vue use cases and the work-life balance of the creator of the technology. - http://amp.gs/W8Xn

#vue
The Best Way To Architect Your Angular Libraries

The ideas presented in this article are based on extensive experience from large enterprise environment (100 Angular SPAs and 30+ libs )… - http://amp.gs/Wzo8

#angular
CSS Variables 101

Ahmad Shadeed shares an in-depth guide to CSS variables with lots of examples and use-cases. - http://amp.gs/W1HS

#css
The Ultimate Guide to React Localization with i18next

Making your app available to the broadest possible audience regardless of what language they speak could be the fastest and easiest way to increase your audience. i18next is the robust internationalization framework you’ll need to be local all over the globe. - http://amp.gs/WmJW

#react
Nuxt Composition API - Filip Rakowski

Learn which challenges the Composition API brought to Nuxt.js, and which posibilities we got when the Nuxt team released the powerful @nuxtjs/composition-api module. - http://amp.gs/WZF2

#vue #nuxt
Angular Refactoring Examples

Common patterns, tips & tricks, for refactoring our Angular applications. - http://amp.gs/WlwA

#angular
When Fonts Fall

Marcin Wichary shares an exhaustive guide to font fallback, its beauty, and all the pitfalls. - http://amp.gs/WBHi

#css
Vue Flow Form - Open Source Form Generator Built with Vue.js

Vue Flow Form is a form generator tool for developing custom, conversational forms. It’s a free, open-source, and self-hosted solution built with Vue.js. - http://amp.gs/WnuU

#vue
How to Use Expo with React Native

The first of a two part series focused on React Native develoment in which the author provides a quick and easy-to-follow primer on the setup of these cross platform development tools. - http://amp.gs/WG0n

#reactnative
Global Error Handling in Angular

In this article, we learn how to automatically catch all errors in a web application written in Angular and process them accordingly. - http://amp.gs/WxM6

#angular
👎1
Diving into the Virtual DOM – Lachlan Miller

Dive in and explore Vue’s Virtual DOM with a recursive algorithm. - http://amp.gs/WfNY

#vue
1
:focus-visible Is Here

Matthias Ott gives an introduction to :focus-visible pseudo-class, which allows authors to provide clearly identifiable focus styles that are visible only when a user needs to understand where the focus is. - http://amp.gs/WCfq

#css
👏1