FrontEnd Development
28.8K subscribers
145 photos
1 video
9.35K links
Полезные ссылки иHTML, CSS, JavaScript, TypeScript, Angular, React, Vue, Node.js, Mobile and more.
Download Telegram
The Cost Of JavaScript

As we build sites more heavily reliant on JavaScript, we sometimes pay for what we send down in ways that we can’t always easily see. In this post, Addy Osmani covers why a little discipline can help if we want our site to load and be interactive quickly on mobile devices. -
https://goo.gl/gduwZB

#javascript
Take control of your scroll

This post by some talented Google developers explain how you can use the CSS overscroll-behavior property to override the browser’s default overflow scroll behavior when reaching the top/bottom of content. -
https://goo.gl/vUDqtm

#css #scroll
Performance-tuning a React application

A case-study in the specific techniques Joshua Comeau tried during a recent performance focused development sprint. He goes into details about what he learned along the way and what his thought processes were for coming up with solutions. - https://goo.gl/N5XHPn

#react
How to Optimize the Critical Rendering Path in WordPress

Some really useful tips on getting your websites loading faster if you’re using WordPress and plenty of links to plugins that can help you with the heavy lifting - https://goo.gl/Bb3BvE

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