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
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
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
3 Style Management Tips That Will Save You a Headache in Your Angular App CSS

Let’s face it — when we work on the front end, writing CSS is not the thing that excites us the most. We like to mess with the more serious stuff, JavaScript. Most of the apps we come across have a big mess in the stylesheet area. Issues like code duplication, overriding styles, lack of organization, etc. are rampant. - http://amp.gs/LOJI

#angular
Nuxt Composition API

Learn which challenges the Composition API brought to Nuxt.js, and which posibilities we got when the Nuxt team released the powerful @nuxtjs/composition-api module. - http://amp.gs/LSRO

#nuxt
The Reality of Using AR in Mobile Apps in 2020

Explore the pros, cons, and valid use cases for using augmented reality (AR) in your mobile app development. - http://amp.gs/LN9x

#mobile
A Checklist Before You Ship Your React Native App in 2020

Pilots and astronauts use them and you should too: a ‘pre-flight’ checklist for your React Native app. It will ensure you’ve covered off all the necessary details before launching your app into the wild blue yonder. - http://amp.gs/LAEV

#reactnative
How to Add Version to Angular Application

A simple guide to add a version to an interface for an Angular application. - http://amp.gs/LqG6

#angular