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
A Look at Angular Code Alongside Vue Code

Writing the same app in Angular & Vue and comparing both the similarities and differences. - https://goo.gl/feQT2X

#vue #angular #compare
52 Useful Docker Tools

Links and summaries for a variety of Docker-related tools cover areas from service discovery to security and logging. - https://goo.gl/VQRwNA

#docker #tools
React Bits: A Compilation of React Patterns and Tips

A variety of React-oriented techniques, tips and tricks broken down into 50 digestable chunks. - https://goo.gl/9Zftm7

#react
React Spreadsheet Grid: An Excel-Like Grid Component

Complete with custom cell editors, keyboard control support, and resizable columns. - https://goo.gl/puFWPh

#react #grid
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