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
How to Work with Forms, Inputs and Events in React

How to capture text input and input via other form elements like input, textarea, and option. - https://goo.gl/6w45UE

#react #forms
Official ESLint plugin for Vue.js - First beta

It’s now compatible with the official style guide and will get more rules soon. - https://goo.gl/sizLZn

#vue #eslint
Taming Architecture Complexity in V8

An introduction to CodeStubAssembler (CSA), a component in V8 that “has been a very useful tool in achieving some big performance wins over the last several V8 releases”. - https://goo.gl/VE4oc2

#v8
An Intro to Scrollama.js for Telling Stories Through Scrolling

The what, why, and how behind using a library for efficient ‘scrollytelling’ that uses IntersectionObserver in favor of scroll events. - https://goo.gl/i8i5W9

#javascript
How to Greatly Improve Your React App’s Performance

A review of common React performance pitfalls (such as bad shouldComponentUpdate implementations and using events poorly) and how to avoid them. - https://goo.gl/Vd1JBH

#react
Monitoring Unused CSS by Unleashing the Raw Power of the Devtools Protocol

Johnny shows how to use Chrome DevTools Protocol to track the percentage of unused CSS in the app programmatically. - https://goo.gl/DmrrnU

#css #devtools
The Best Request Is No Request, Revisited

What’s the role of bundling in performance now that HTTP/2 is becoming more ubiquitous? Let Stefan Baumgartner help you find out. - https://goo.gl/DPzTPV

#http2
The Performance Cost of Server Side Rendered React on Node.js

“there is a price to pay for server side rendered React.js” -
https://goo.gl/roaJef

#react #serverSideRender
Progressive Web Apps: A Crash Course

Ahmed Bouchefra explains PWAs by showing how to build one from scratch with ES6 and React, optimizing it step by step with Lighthouse for UX and performance. - https://goo.gl/C2mtzg

#pwa
This media is not supported in your browser
VIEW IN TELEGRAM
Recreating the Apple Watch Breathe App Animation

Geoff Graham shows how to recreate the Apple Watch breathe app animation using CSS. - https://goo.gl/tXYX6E

#css #animation
Common Responsive Layouts with CSS Grid (and some without!)

If you want to get started with CSS Grid then try and replicate some of these web layouts. Jo has already built them so there’s code for you to test out, but half the fun is working on your own solution. -
https://goo.gl/TzkiEy

#css #responsive
NPMGraph: See Module Dependency Trees in Your Browser

Enter an npm module name and this tool renders an interactive dependency tree in your browser. - https://goo.gl/Qr1r6M

#nodejs #tools