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
NgRx and Angular Route Guards

One of my favorite features in Angular is the ability to pre-fetch component data on routing events. Pre-fetching improves user experience and ensures data is already in place when a route is activated. This allows us to handle errors before navigating to the component. There’s no point in navigating to a component when it has no data underneath. It is much better from the end user’s perspective to maintain focus on the current component and handle the error feedback from this page. - http://amp.gs/2tTM

#angular
Accessible Images For When They Matter Most

Carie Fisher reviews the different types of images, dives into some real-world examples of inaccessible public service announcements (PSAs), and discusses which elements matter most when critical messages need to reach everyone. - http://amp.gs/2tci

#css
The Ultimate Roundup of React Form Validation Solutions

A look at some of the most popular solutions for form management and validation in React. Formik, Unform, Redux Form, React Form, and others. - http://amp.gs/2pjE

#react
Introducing Vue Formulate — Truly Delightful Form Authoring – Justin Schroeder

Let’s take a closer look at Vue Formulate and the problems it promises to solve for us. - http://amp.gs/2pcz

#vue
What a typical 100% Serverless Architecture looks like in AWS

Xavier Lefèvre shares what a typical 100% serverless architecture looks like (AWS, Serverless, Node). - http://amp.gs/2lQC

#aws
Optimizing Keyboard Navigation Using tabindex and ARIA

Sara Soueidan created a micro-case study on implementing keyboard-friendlier article listings for an online publication. - http://amp.gs/2nzf

#css
In defense of the Angular framework

The author of this article is here to share their experience of being a primarily React developer, shipping React code in production to using Angular for a production application. - http://amp.gs/2Gj4

#angular
How Recoil is Meant to Rock Your React World

Recoil has been used internally at Facebook (Facebook is a big place, so don't interpret this as being an endorsement from the React core team, for example 😁) for some time but they only recently decided to open it up for everybody, at least on an experimental basis. Here are the details of how it is both simple and flexible. - http://amp.gs/2xty

#react
Vue 3: Data down, Events up – Thorsten Lünborg

In the latest article from Vue Mastery, Thorsten Lünborg explains how to take advantage of data binding in Vue 3, using good old options API. - http://amp.gs/2fpw

#vue
Local Testing on an iPhone

You should be testing on a real-world mobile device, so here’s a nice and quick way to get your localhost server running on an iPhone with the help of ngrok. - http://amp.gs/2Cjf

#mobile #testing
A (Mostly) Complete Guide to React Rendering Behavior

Details on how React rendering behaves, and how use of Context and React-Redux affect rendering. There are a lot of concepts compressed into this article. - http://amp.gs/2e4h

#react
Custom Decorators in Angular

Routine actions, repeated from time to time, lead to duplication of code and leave a bitter aftertaste of bad smell as the project grows. - http://amp.gs/27jn

#angular
How to create dynamic forms with custom validation in Storyblok and Nuxt.js - Gary Siladi

If you already know the basics of Storyblok and Nuxt, see how you can use Storyblok fields to write dynamic forms components in this hands-on tutorial. It also showcases how you can use Vuelidate’s dynamic validation rules to validate a dynamically generated form. - http://amp.gs/2PjX

#buxt #vue
Serverless Express: Easy APIs on AWS Lambda and AWS HTTP API

A component for Serverless Framework focused on deploying Node Express.js-powered APIs to AWS Lambda and serving them up via API Gateway’s new HTTP API approach. Seems pretty slick. - http://amp.gs/2Pdq

#nodejs #aws #lambda