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
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
Comparing Browsers for Responsive Design

A look at the various specialist dev browsers that are available for simultaneously viewing your site at different dimensions. - http://amp.gs/LUMx

#css
Using Mobx as a State Manager in React Native Applications

In the seemingly endless parade of state management solutions, here’s a compelling and well articulated case for using the ‘battle tested’ and scalable Mobx library for your next React Native application. - http://amp.gs/Ld0F

#react