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
Anonymous Web Scraping with Node.js, Tor, Puppeteer and Cheerio

Use this approach with care, but it’s interesting to see how the pieces come together. - http://amp.gs/JI6S

#nodejs
Refresh-Proof Vue Forms with Local Storage

Have you ever accidentally refreshed or closed your browser tab while filling in a rather long form, just to lose all the progress? Instant frustration! But you can save your users from that by refresh-proofing your forms and in this article, Marina Mosti explains how to do it. - http://amp.gs/JjWC

#vue
Understanding the ECMAScript Spec

The meaty first post in a series looking at how to read parts of the formal ECMAScript spec that forms the basis for JavaScript and turns its formal notation into something you can learn from. - http://amp.gs/J8FN

#javascript
React Native is the Future of Mobile Dev at Shopify

After years of native mobile development, popular merchant platform Shopify has decided to switch over to using React Native. This post explains the decision, one that didn’t “come lightly”. - http://amp.gs/Jzz8

#reactnative
Angular Reactive Forms: The Ultimate Guide to FormArray

In this article, we're going to discuss this peculiar creation — a FormArray, exposed by Angular Reactive Forms. We’ll learn when and how to use it, both in the component and in the template. Moreover, we’ll see how we can apply custom validation to it. - http://amp.gs/J1jl

#angular #form
Magic Flip Cards: Solving A Common Sizing Problem

Dan Halliday reviews the standard approach to creating animated flip cards and introduces an improved method that solves its sizing problem. - http://amp.gs/JtCc

#css
Building a Weight Tracking App with Hapi and Postgres

A full walkthrough of building a Hapi-powered webapp. - http://amp.gs/Jmp7

#nodejs
Getting Acquainted With Svelte, the New Framework on the Block

We’ve mentioned Svelte, an interesting compile-time 'framework', a few times in the last year – here’s another take on why to consider it. - http://amp.gs/JZGA

#javascript
Vue.js Functional Base Components Powered by CSS Modules

Learn how to automatically create functional Vue.js components from CSS Modules with dynamic props for modifier and state classes. - http://amp.gs/JpgI

#vue
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/JBCi

#angular
A Look at Memory Management in the V8 Engine

You don’t need to know this stuff to use Node effectively, but if you’re intrigued what’s going on under the covers, enjoy this. - http://amp.gs/Jn7J

#nodejs
Lessons Learned Migrating a Production App to Flutter

Highlights a few lessons “learned the hard way”, with advice to help you be more effective in your next Flutter project. - http://amp.gs/JnWR

#mobile #flutter
Top Reasons Why Your Angular App Is Slow

Is your app slow? Learn what to watch out when debugging poor performance in your Angular apps! - http://amp.gs/JxGv

#angular
How to Create an Animated Countdown Timer With Vue

Have you ever needed a countdown timer on a project? For something like that, it might be natural to reach for a plugin, but it’s actually a lot more straightforward to make one than you might think. - http://amp.gs/JxJ2

#vue
A Complete Guide to Links and Buttons

A comprehensive guide to links and buttons, and all the considerations at the HTML, CSS, JavaScript, design, and accessibility layers that come with them. - http://amp.gs/JfcT

#css
Data Fetching Using Vue Hooks – Darren Jennings

Composition API (sometimes referred to as “hooks,” though we’d discourage using this name to avoid any confusion with Instance Lifecycle Hooks) is certainly one of the most anticipated new features in Vue 3, if not the most anticipated itself. In this article, Darren takes the most commonly-seen feature of a web app – fetching data – and shows us how it can be written with composition API - http://amp.gs/JCq7

#vue
A thorough exploration of Angular Forms

In this article, the author would like to share their better understanding of how things really work under the hood of the @angular/forms package. - http://amp.gs/Jknf

#angular