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
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
Introducing Web APIs for Dual Screen and Foldable Devices

An introduction to two new experimental features that will help you effectively lay out content in a browser window that spans multiple display regions and create responsive websites that are a natural fit for dual-screen and foldable devices. - http://amp.gs/Lsno

#css
Diving into the Virtual DOM

Dive in and explore Vue's Virtual DOM with a recursive algorithm. - http://amp.gs/Lipy

#vue
Flutter: The Next Big Thing

If you’ve not played around with Flutter yet this post outlines why it might be a solid choice for your mobile dev needs. - http://amp.gs/LDBA

#flutter
Full Stack Serverless: A Real-Time Chat App with GraphQL, CDK, AppSync, & React

If ‘full stack serverless’ sounds like a contradiction in terms, this will disabuse you of that notion. It explains how to use AWS’s Cloud Developent Kit and AppSync—along with React and GraphQL—to deploy a full stack app in ‘a few minutes’. - http://amp.gs/LunZ

#react
Simple yet powerful state management in Angular with RxJS

Let’s create our own state management Class with just RxJS/BehaviorSubject (inspired by some well known state management libs). - http://amp.gs/Luua

#angular