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, Inline Functions, and Performance

Thoughts about premature optimization and the performance of inline functions. - https://goo.gl/TRdeRs

#react
An imperative guide to forms in Vue.js

In this tutorial, we will walk you through the process of creating, validating, and utilising inputs from a form in a Vue.js 2.x application. - https://goo.gl/FmQQtn

#vue #forms
The Web Share API Is Here: Here’s How to Use It

This JavaScript API, added in Chrome 61, lets you implement native sharing capabilities from your mobile web app (it was previously only available on native platforms). - https://goo.gl/NeMdCH

#shareapi
Chrome Dev Summit 2017 Keynote

Ben Galbraith, leader of the Chrome Web Platform team, and Dion Almaer, Google Engineering Director, discuss the state of Chrome and the Web Platform today. - https://goo.gl/aztxfP

#chromeDevSummit #keynote #video
The React Story: How Facebook’s Instagram Acquisition Led to the Open Sourcing of React

Pete Hunt, one of the original creators of React, gives the story of why React was first created, how it gained adoption within Facebook due to the Instagram acquisition, and its eventual release. - https://goo.gl/dVjpvX

#react
Build A Real-Time Chat App With VueJS, Vuex & Cloud Firestore

Firestore is Google’s latest real-time cloud database. In this tutorial by Lachlan Miller, you will learn how to build a chat app with Vue.js, Vuex and Cloud Firestore. - https://goo.gl/86TC1i

#vue #vuex
V8 Release 6.3: Speed and New ES Features

The latest branch of the V8 engine will make its first appearance in Chrome 63. Performance increases are the order of the day, plus three ‘stage 3’ ECMAScript features. - https://goo.gl/Sj8qG8

#v8 #release
REST Client for VS Code

REST Client allows you to send HTTP request and view the response in Visual Studio Code directly. No external app like Postman or Paw needed. - https://goo.gl/YVbV1h

#tools
Scaling React Server-Side Rendering

Scaling a React-based rendering service gave the author a lot of stories/tips to share, all packed into this epic post. - https://goo.gl/hhVNPk

#react