FrontEnd Development
30.8K subscribers
145 photos
1 video
9.34K links
Полезные ссылки иHTML, CSS, JavaScript, TypeScript, Angular, React, Vue, Node.js, Mobile and more.

Admin: @andrey2019
Download Telegram
Understanding Media Queries in HTML Email

As well as helping you target mobile email clients, unpredictable support for modern Web tech on desktop and webmail clients makes media queries useful there too. - https://goo.gl/NzETMJ

#css #email
Creating Reusable Transitions in Vue

Creating transitions in Vue is fun and easy, but you have to do it again and again in each project. What if we could build reusable transitions and do it without hassle? - https://goo.gl/uMHv3e

#vue
Adding Analytics to Your Next Mobile JavaScript App

Add in-depth, production-ready analytics to your app in minutes using AWS Amplify and AWS Mobile Hub. - https://goo.gl/fBtRgU

#mobile
Using Promise.prototype.finally in Node

Promise.prototype.finally() will be arriving in ECMAScript (and therefore Node) soon - what can we use it for, and how could we implement a polyfill for the time being? - https://goo.gl/eE9vzk

#nodejs #promise
The Future of State in React

Juwan Wheatley demonstrates how React’s Context API will be the “go-to solution for sharing state simply” while creating a theme-switching component. - https://goo.gl/opNg72

#react
webpack 4.0 Released

A significant release for the popular module and asset bundler brings significantly increased performance and new ‘development’ and ‘production’ modes with pre-defined settings. - https://goo.gl/1D3SZH

#webpack #released
How I Built a Game in a Week

Ada Rose Cannon shares her experience of creating a simple 3rd person RPG game using tools available on the web. - https://goo.gl/BrtDv5

#css
Protected Routes and Authentication with React and Node

Discover how to add a basic authentication flow to a Create React App app. - https://goo.gl/TN8w6T

#react #nodejs
Building a Location Sharing App with React Native and Pusher

Learn how to build a location-sharing app using the geolocation functionality in React Native and broadcast geolocation data in realtime with Pusher. - https://goo.gl/e3VvNg

#reactNative
Why and How I Created my First Vue.js Plugin

Cedric Poilly has created VueGAPI, a Vue.js plugin for the Google API. In this article, he explains how he created his first Vue plugin and offers solutions for problems you may encounter when developing your own. - https://goo.gl/TmG77a

#vue
Announcing Flutter Beta 1: Build Beautiful Native Apps

The first beta release of Flutter just got announced at Mobile World Congress 2018. It’s Google’s mobile UI framework for crafting native interfaces for both iOS and Android. - https://goo.gl/kocy8A

#mobile #flutter
Bringing Together React, D3, and Their Ecosystem

D3.js is a de facto standard for building complex data visualizations on the Web and while bringing it together with React can be challenging, there are many ways to do it successfully. - https://goo.gl/m3xCB3

#d3js #react