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

Admin: @andrey2019
Download Telegram
React Move: Deterministically Animate Anything in React

Transitions, custom easing, and auto interpolation of numbers, colors, SVG paths and more. It even supports React Native. - https://goo.gl/1d998q

#react #animation
Getting Started with Vuex: Managing State in Vue.js

Learn state management in Vue by building a todo app with Vuex and working with states, getters, mutations and actions. - https://goo.gl/y2bJRo

#vuex
Top JavaScript Tools and Trends to Watch in 2018

Nothing too surprising covers things like React vs Vue, GraphQL, Prettier, Jest, Parcel and Popmotion. - https://goo.gl/WawX74

#javascript #tools
The official eslint-plugin-vue 4.0.0 has been released

The Official ESLint plugin for Vue.js is actually now at v4.1.0 with full SFC support & catches in template errors, new features and bug fixes, check it out! - https://goo.gl/Wjpij7

#eslint #vue #released
Uploading Files With Vue and Axios

Handling files is always a task. This tutorial will simplify the process and show you how to upload files with Vue and Axios through AJAX. - https://goo.gl/5mDhQE

#vue #axios #uploadFiles
Loading Polyfills Only When Needed

If you’re loading polyfills for everyone then you’re essentially punishing the users that are using the latest and greatest browsers. These are our friends, the people who stay up to date so you can use Service Workers, Grid Layout, Promises, fetch… we should make sure they have a great experience too - https://goo.gl/c6RzMy

#web #polyfills
12 Mobile UX Design Trends For 2018

A list of mobile UX design trends to expect this year. - https://goo.gl/LGY22q

#mobile
Designing Tables for Reusability

A case study for establishing a design pattern internally at your company - https://goo.gl/P7A79z

#ux #design #table
Creating an 'Offline' Notice in React Native

Have you ever seen the red “No Internet Connection” sign in mobile apps like Facebook Messenger. Here’s how to recreate it. - https://goo.gl/WD3VC7

#reactNative
Running a Node App on AWS ECS: An EC2 Container Service Walkthrough

If you’re using Amazon Web Services, ECS can be attractive way to run apps - this article digs into why and some of the things to watch out for when using it to run Node apps. - https://goo.gl/Y9WGUQ

#nodejs #aws
Responsive Typography Using Modern CSS

Steven Loria shares some guidelines that will help you design with modular type scales on the web. - https://goo.gl/cvR7q9

#css #typography
Simple Face Recognition from Node

face-recognition.js is a Node wrapper for dlib, a C++ machine learning library that can be manipulated to do facial recognition. - https://goo.gl/M72kss

#nodejs