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
Error Boundaries in React 16

Think of error boundaries like try-catch statements, but for React components. - https://goo.gl/C4J1s3

#react
Animation and Data Visualization with Vue

Animation can explain whatever the mind can conceive. When animation is functionally applied to a website or app, the event flow can easily map with the user’s ability to navigate through the app. - https://goo.gl/3nxJKy

#vue #animation
Writing Clean Code: Start to Bootstrap

A set of best practices for writing clean HTML and CSS… but please do take it with a grain of salt. What is one person’s best practice, is another person’s least favorite approach. - https://goo.gl/DGGt6E

#css
Mocking is a Code Smell

“Don’t waste your time wedging dependency injection into your app so you can mock the whole world. Chances are very good that it’s hurting you more than it’s helping.” - https://goo.gl/4TunS4

#test #mocking
TypeScript 2.6 Released

The JavaScript superset that adds optional static types gets a variety of new features aimed at established users. - https://goo.gl/hBefof

#typescript #release
HEAD: Everything To Go In Your HTML’s 'head'

Starts from the usual basics (title, charset, etc.) but works up to a significant number of meta and link tags useful in various situations. -
https://goo.gl/DJiwij

#html
vue-apollo 3.0 alpha released

Version 3.0 alpha with support for Apollo Client 2.x -
https://goo.gl/vgcSFV

#release
How to Structure Components in React

Components are a great abstraction to build both small and big systems. It’s only a case of picking the right solution. - https://goo.gl/35WGGk

#react
How to Build a Video/Voice Calling App with React Native

A set of screencasts walking through some of what’s involved in creating a native communications app - https://goo.gl/HezrFp

#reactNative #video
I Watched All The Chrome Dev Summit Vids So You Don’t Have To

The takeaway: Google wants you to build PWAs, reduce JS file size, use Web Components, and configure your forms to support autofill. - https://goo.gl/fra55T

#chromeDevSummit
Build A Collapsible Tree Menu With Vue.js Recursive Components

A recursive component is one which invokes itself and is useful for displaying comments on a blog, nested menus or anything where the parent and child are the same. In this tutorial, I’ll give you a demonstration of how to build a collapsible tree menu. - https://goo.gl/JVA9Mj

#vue
Building a Fast Search Experience

How popular car selling platform Auto Trader created a high-performance search experience that regularly returns results in less than a second. - https://goo.gl/KZQvbV

#web
Debugging React Like a Champ with Visual Studio Code

A guide to ‘supercharging’ your React workflow using Microsoft’s open source code editor and its debugger. - https://goo.gl/J71yc3

#react #debugging