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
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
Designing With Reduced Motion For Motion Sensitivities

Val Head shows how to design motion that is creative and innovative while also safer for those with motion sensitivities by using the prefers-reduced-motion-media feature. - http://amp.gs/LVf1

#css
Build a Simple FLIP Animation in React

Are your UI animations laggy and janky? It's something to be avoided, as this tutorial on implementing FLIP animations explains. - http://amp.gs/L9p0

#react
TypeScript 4.0: What I’m Most Excited About

Fernando seems particularly enthused about the latest version of TypeScript! - http://amp.gs/L4p1

#typescript
Surviving a Heatwave Using Google Cloud Functions

Dealing with a humid and hot summer in Belgium, Adriaan wanted some reminders to open and close his windows and curtains at certain times to keep temperatures bearable. This is how he approached the task using Google’s serverless platform. - http://amp.gs/LRI8

#nodejs