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
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
Introducing Cloudflare Radar: A Look at the Internet's 'Patterns'

Cloudflare seem to be announcing all sorts of new things lately, but this one will be of interest to anyone keen to monitor the ‘state of the Internet’ in terms of traffic, DoS attacks, traffic levels, browser use, and similar types of data (from Cloudflare’s perspective, of course) - http://amp.gs/WejL

#cloudflare
Персональная рассылка Frontend-вакансий под твою ЗП.

Подписывайся!
@masterhubot
Exploring Node.js Async Hooks

Hooks aren’t just for React 😉 Async hooks provide a way to track asynchronous resources and Diogo shows off some examples of where they can fit into your code. - http://amp.gs/W78f

#nodejs
Building a data layer with Vue and Composition API – Martin Malinda

An interesting article that explains how to build the data-layer for your Vue applications using the Vue Composition-API. - http://amp.gs/W7Qd

#vue
Testing Angular route guards with the RouterTestingModule

We explore how to test route guards in isolation by stubbing services and passing fake routing data structures. Then we use the RouterTestingModule to test route guards in practice with route configurations. - http://amp.gs/WP5b

#angular
Full Bleed Layout Using Simple CSS

Kilian Valkhof demonstrates a simple techique to create layouts with an image that “breaks out”. - http://amp.gs/WhXd

#css
Myths About useEffect

In the latest teaser for his upcoming course, Kent addresses the struggle many developers have employing the useEffect hook correctly. As usual, he makes it seem easy. - http://amp.gs/WvMT

#react
Nuxt SSR Optimizing Tips - Filip Rakowski

Learn about the difference between server-side and client-side rendered optimization, and how to optimize your Nuxt SSR applications for optimal performance. - http://amp.gs/WgbW

#vue #nuxt
Angular Thoughts on Docs

If you have visited the docs at angulario lately, you might have noticed some changes in our content layout and structure. The lead technical writer for Angular thought he’d take a moment to cover some of the main goals they have for making the Angular documentation experience the best experience possible. - http://amp.gs/WEXz

#angular
Building a Node App with CockroachDB and Sequelize

CockroachDB is an open source distributed SQL database aimed at resilience and its creators consider the Node ORM Sequelize to have ‘beta level’ support for it. - http://amp.gs/WVWW

#nodejs