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
Vue.js v3.0.0 One Piece Released

Today we are proud to announce the official release of Vue.js 3.0 "One Piece". This new major version of the framework provides improved performance, smaller bundle sizes, better TypeScript integration, new APIs for tackling large scale use cases, and a solid foundation for long-term future iterations of the framework. - http://amp.gs/LZ5L

#vue #release
Four useEffect Tips Every React Developer Should Know

Sometimes the flexibility React affords can be a little overwhelming for those who are just learning one of its concepts. Here, an experienced developer provides high level guidance as to the better alternatives in a dazzling array of options for the useEffect hook. - http://amp.gs/LpKR

#react
New possibilities with Angular's rendering and the push pipe - Part 1

The main idea behind the Angular push pipe is a new way of handling change detection locally instead of the global handling used in async pipe by Angular natively. It is implemented in a way we can get zone-less performance in zone-full applications. - http://amp.gs/LliT

#angular
How to Use CSS Masking

Rachel Andrew explains how to use the mask-image property in CSS, which lets you specify an image to use as a mask layer. - http://amp.gs/LBrQ

#css
How to Build a Low-Latency Serverless GraphQL API on AWS with Node, AppSync, Lambda, and DynamoDB

As long as you’re happy with the AWS ecosystem, there’s a lot to enjoy in this 28 minute video. AppSync, Lambda, and DynamoDB really allow you to pull together something quite powerful in a short period of time and AppSync handles most of the GraphQL heavy lifting. - https://www.youtube.com/watch?v=_9DFFg-pNss

#nodejs #video
Mastering Props And PropTypes In React

Props and PropTypes are an essential mechanism for communication between React components. This exhaustive and richly-detailed tutorial shows how to use them correctly. - http://amp.gs/LxfC

#react
Getting Started With Angular

In this article, we will discuss the basics of Angular and the features of typescript. - http://amp.gs/LfY1

#angular
Announcing the (new) Ionic Vue Beta

Anyone else feeling déjà vu? It feels like not too long ago we were launching the Ionic Vue beta built with Vue 2. Today, I am thrilled to announce the new and improved Ionic Vue beta built with Vue 3! - http://amp.gs/LCTN

#vue
How to setup HTTPS locally with create-react-app

This article discusses a convenient and easy way to set up HTTPS in development for our create-react-app with our SSL certificate. - http://amp.gs/LkT4

#react #https
Interaction Media Features and Their Potential

Patrick H. Lauke gives an introduction to the Media Queries Level 4 Interaction Media Features — pointer, hover, any-pointer, and any-hover — meant to allow sites to implement different styles and functionality depending on the user’s input devices. - http://amp.gs/LkLs

#css
Angular ng-template, ng-container and ngTemplateOutlet usages

ng-template is basically an angular element. By the name we can say that it contains a part of the template of a component and used to display on a conditional basis. - http://amp.gs/L7X9

#angular
How to Use the Google Autocomplete Search API & React Native Maps to Fetch Location

It’s handy when any sort of geo-centric application takes non-address location information and turns it into an actual street address. We’ve always thought that must be a tricky problem to solve but this quick, accessible tutorial makes it look pretty easy. - http://amp.gs/LPuL

#reactnative
Vue.js Global Live Online 2020 – Talks Playlist

Talks from the Vue.js Global Live Online 2020 conference! - https://www.youtube.com/playlist?list=PLCxzy-hmQq9HOg0mS0laLkMiTov2zyZ5q

#vue
Designing a JavaScript Plugin System

jQuery has plugins. Gatsby, Eleventy, and Vue do, too. Plugins are a common way to extend the functionality of other tools and libraries and you can roll your own plugin approach too. - http://amp.gs/Lh5e

#javascript
The Right Way to Create Function Components in React with TypeScript

A nice, quick read on the both the right (and wrong) way of using TypeScript to create function components. How does this compare to your approach? - http://amp.gs/LvQU

#react
Build a Secure Micronaut and Angular App with JHipster

Micronaut is a new framework for developing JVM applications, including APIs and microservices. It uses ahead-of-time (AOT) compilation to compute the information that your application needs before runtime, removing the need for reflection. The result is a significant decrease in runtime overhead and startup time, and a substantial increase in application throughput. - http://amp.gs/LgyT

#angular
Vue.js Creator Evan You Interview: “You need to understand what your users want”

We spoke with Evan about the release of Vue 3, his opinion on no-backend & fullstack approaches, Vue use cases and the work-life balance of the creator of the technology. - http://amp.gs/Lgw4

#vue