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
React Animation Libraries for 2020

A succinct review of five popular animation libraries to help you build beautiful, compelling UIs. The short, sharp descriptions make it easy to compare their strengths. - http://amp.gs/29HJ

#react
Reparenting is Now Possible with React

The popular and compelling UI artefact of dragging-and-dropping often requires reparenting which―according to renown React authority Dan Abramov― “there are no plans”. But here’s a solution which will deliver most of what you need - http://amp.gs/24UB

#react`
Lazy-Loading Angular Modules (Ivy and Async Await)

In this post we’ll learn how to Lazy Load an Angular module. Lazy loading means that our code isn’t downloaded by the browser until it’s needed. - http://amp.gs/2Unf

#angular
Vue-Test-Utils Guide: Things You Might Not Know About Vue-Test-Utils - Web Dev Etc

A large collection of useful tips on how to take advantage of less known Vue Test Utils features. - http://amp.gs/2d1i

#vue
Building APIs with GraphQL in Your Node App

Learn how to build a fully functional GraphQL API designed to provide queries and mutations in a secure manner. - http://amp.gs/2Onj

#nodejs
Here’s What I Didn’t Know About “content”

Manuel Matuzovic shares what he found out about the “content” property. - http://amp.gs/2SZ4

#css
Let's Build an Image Classifier with Node, Tensorflow and React

The chilled out background music makes this feel like a spa experience but.. there is something genuinely quite nice about this screencast. - https://www.youtube.com/watch?v=ZfuUwdFNU-s

#nodejs #video
Testing Angular routing components with the RouterTestingModule

This article teaches us about shallow and integrated routing component tests. The RouterTestingModule is useful for integrated routing component tests. To learn what the RouterTestingModule does, we discuss the Location service and its dependencies. - http://amp.gs/2A0J

#angular
How to build a Jamstack multi-language blog with Nuxt.js – Andrea Stagi

As Jamstack is getting increasingly popular, there are some areas where we’re still learning new things. One of them is adding internalization support. Learn how to do it using Nuxt and Strapi CMS. - http://amp.gs/2qk9

#vue #nuxt
Better git diffs with FZF

FZF is a powerful fuzzy finder. In this tutorial, Rafael Mendiola shows how to do git diffs using FZF. - http://amp.gs/2qW3

#git
How to Deploy a React App on AWS Using the AWS CDK

The AWS Cloud Development Kit enables Amazon’s cloud infrastructure to be provisioned with programming languages you likely already know. Here’s an end-to-end, real-world, well-illustrated walkthrough which uses the CDK to deploy a sample React app on the popular cloud platform. - http://amp.gs/2skK

#react
Getting started with programmatic animations using the Angular Animations API

The @angular/animations package is a powerful tool that you can utilize to your advantage in creating great experiences for your users. A simple animation like fade in or fade out may prove to be super effective in upgrading your applications. Adding simple animations like this does not take longer than 10 minutes of development time, but it helps you to keep your users on your website a lot longer! - http://amp.gs/2iUn

#angular
The process: Making Vue 3 – Increment: Frontend

Would you like to learn more about the decision making and the development process of the upcoming Vue v3.0? Here are the lessons learned from rewriting the next major version of Vue.js, written by Evan You. - http://amp.gs/2DPs

#vue
Learn Z-Index Using a Visualization Tool

Thiru Manikandan explains everything you need to know about z-index and shares a nifty visualization tool that will show you the z-index changes in real-time. - http://amp.gs/2ufw

#css
Reusing UI Components at Enterprise Level

An engineer at PayPal explains how they share UI components across their various products. - http://amp.gs/2JkP

#javascript
What Are Github Actions and How Can You Automate Tests and Slack Notifications?

A thorough walkthrough to building two Node-flavored workflows for GitHub’s Actions CI/CD system both to test Node code and also to send a Slack notification when a pull request is created. - http://amp.gs/2KBA

#nodejs