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
Naming Things In CSS Grid Layout

The various ways that you can name lines and areas in CSS Grid Layout to enable easier placement of items by name rather than number - https://goo.gl/UghaiC

#css #grid
Getting A High Progressive Web App Score On React and Material-UI

Basic techniques used to get a high score for a sample app based on a stack of React, Redux and Material-UI. - https://goo.gl/d9usf3

#react
When to Use Server-Side Rendering (SSR) in Vue.js Projects

There are advantages and disadvantages to using SSR including SEO and performance. Alan Ktquez gives his take on when this feature is worth implementing in a Vue.js app. - https://goo.gl/WQAbnr

#vue #serverSideRender
Creating a super simple FontAwesome 5 icon component in Vue

It won’t take more than a couple of minutes, plus you can use your own classes and icons thus keeping your assets small. - https://goo.gl/5TxdUa

#vue
Building a CSS-Only Image Gallery (with Fallbacks)

A look at an approach to creating an experimental CSS-only image gallery, which doesn’t break the experience on older browsers. - https://goo.gl/j77QMD

#css
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