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
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
Working with JavaScript Media Queries

When I think of media queries I’m thinking CSS, but as Marko explains we also have media queries for JavaScript too. Here’s how they work. - http://amp.gs/LJP2

#javascript
Building a data layer with Vue and Composition API

An interesting article that explains how to build the data-layer for your Vue applications using the Vue Composition-API. - http://amp.gs/L0ZF

#vue
Building a Component Library with React and Emotion

Smashing Magazine has our respect for upholding a consistently high standard for selecting and preparing their articles for publication. This time out, it’s React in combination with Emotion to build reusable components. - http://amp.gs/LKpc

#react
Custom CSS Styles for Form Inputs and Textareas

Stephanie Eckles demonstrates how to create custom form input and textarea styles that have a near-identical appearance across the top browsers. - http://amp.gs/L3Bf

#css
Angular, Docker, and Spring Boot: A Match Made in Heaven

Here we take a look at the combination of Angular, Docker, and Spring Boot in a sample application with this tutorial and screencast. - http://amp.gs/LHYO

#angular
A New Proposal for Decorators for JavaScript Classes

Currently at stage 2 in TC39’s process and due to be discussed in more depth this month, decorators provide a way to extend methods and other ‘syntax forms’ by wrapping them with other functionality. Note that this proposal differs from the decorators proposed to TC39 in 2018, that Babel 7 supports, and that inspired ‘experimental’ decorators in TypeScript. - http://amp.gs/L2pm

#javascript
Nuxt SSR Optimizing Tips

Learn about the difference between server-side and client-side rendered optimization, and how to optimize your Nuxt SSR applications for optimal performance. - http://amp.gs/LwZV

#nuxt
Build a TikTok Clone with React and Firebase

TikTok is in the news a lot these days. Not just because it’s the current burning center of the the social media universe but also because it has become something of a political football in some parts of the world. Rumors of its shutdown or sale abound. Might that create an opportunity for you build a TikTok clone and become the next social media fad? - http://amp.gs/LFIq

#react
Telegraf: A Modern Telegram Bot Framework for Node

I’ve not used this library yet, but Telegram is a pretty good messaging system to write bots or automated clients for as it has a solid API, and this project seems incredibly thorough. - http://amp.gs/LXIs

#nodejs