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
A Practical Guide To Angular: Handling HTTP Operations

Making HTTP requests and dealing with asynchronous code is vital for many applications. In this article, we'll learn how to handle HTTP operations in Angular and how to work with observables. - http://amp.gs/HV1H

#angular
Introducing Vue Formulate — Truly Delightful Form Authoring

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

#vue
The Vision of npm v7

If you thought the npm blog would fade away after the GitHub acquisition, you thought wrong! Isaac Schlueter is back with a status update on what the next major version of npm will offer and is promising a series of posts to come going into more detail. - http://amp.gs/H4L3

#nodejs #npm
Effortless Web Storage Persistence in Angular Forms

Imagine a case where a user fills out all or part of a form, and doesn’t get a chance to submit it. This could be caused by a sudden session timeout, or they hit the refresh button accidentally, or they momentarily navigated to a different page. Unless we’ve implemented persistence in our form values, such an experience can lead to a lot of frustration and even form abandonment. - http://amp.gs/HRQX

#angular
Vue 3: Data down, Events up

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/HdI5

#vue
How to Use React Ref

“Using React ref and really understanding it are two different pairs of shoes.. “ - http://amp.gs/HdQa

#react
How To Make Your PWA Offline On Demand

Allow your users to control when their PWA is in offline mode or not. - http://amp.gs/HOMV

#pwa #mobile
Playwright 1.0: Fast and Reliable Cross-Browser Testing

We first featured Playwright, Microsoft’s take on a cross-browser alternative to Puppeteer, in January, but it’s already at 1.0. This post does a good job on selling i - http://amp.gs/HrbD

#nodejs #testing #playwright
Everything I Learned About min(), max(), clamp() In CSS

Ahmad Shadeed gives an introduction to min(), max(), clamp() CSS comparison functions, and provides some practical examples and use-cases. - http://amp.gs/HNjj

#css
Bye bye, entryComponents?

With angular 9, there has been a lot of talking going on around entryComponents, and the Angular developers who had not been much aware of entryComponents have now been interested in knowing more about it. - http://amp.gs/HNco

#angular
React Concurrent Mode

This covers concurrent mode, an experimental feature in React that’s not quite ready for production, that helps apps gracefully adjust to a user’s device and network speed. - http://amp.gs/HqzC

#react
How to create dynamic forms with custom validation in Storyblok and Nuxt.js

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/Hs8G

#vue
A Complete Walkthrough to Using WebGL

A really thorough walkthrough of getting started with WebGL at the low level, complete with integrated, editable examples and coverage of the math behind 3D rendering. If you’ve ever wondered what libraries like Three.js are using behind the scenes, it’s all here. - http://amp.gs/HipR

#webgl
Deferred loading technique in Angular

Angular is very powerful framework. It has a lot of stuff to make your product's life much easier. But with great facilities, you get great responsibility. - http://amp.gs/HDGP

#angular
Gaining the Node.js Certification: My Experience and Advice

Last year, the OpenJS Foundation launched some professional certifications for Node. Here, someone shares their experience of the process. - http://amp.gs/HutR

#nodejs
Automatically Generate your Vue Router Configuration with vue-auto-routing

When designing very large JavaScript applications, you have to be very careful about how you structure your dependencies. One particular example of this is the router.js configuration file. Learn how to use the vue-auto-routing package to automatically generate the router configuration based on the directory structure. - http://amp.gs/H0EO

#vue