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
You Probably Don’t Need Derived State

React 16.4 fixed a bug but this has, in turn, affected some apps that were using an anti-pattern that relied upon the bug(!) Here’s the core team’s look at the problem and some alternative approaches. - http://bit.ly/2M0mDRm

#react
Build a Basic CRUD App with Vue.js and Node

This tutorial will take you step by step through scaffolding a Vue.js project, offloading secure authentication to Okta’s OpenID Connect API (OIDC), locking down protected routes, and performing CRUD operations through a backend REST API server. - http://bit.ly/2K08YJA

#vue
Combining the Powers of SEM and BIO for Improving CSS

Ryan Yu introduces SEM (Scalable, Extensible, Maintainable) and BIO (BEM, ITCSS, OOCSS) technique, and explains how it can help you enhance your CSS strategy. - http://bit.ly/2yjPX38

#css
Vue Native: Build Native Mobile Apps with Vue.js

React has React Native, and now if you’re a Vue.js, you could give this a try. Unlike React Native this isn’t an official project from the same team and it’s essentially a Vue.js wrapper around React Native itself. - http://bit.ly/2JSe1jj

#vueNative
Manipulating Pixels Using Canvas

If you’ve not worked with the canvas element in the past few years, this is a practical, easy to follow walkthrough of producing some handy pixel-based effects with it. - http://bit.ly/2M5dC9y

#canvas
How CSS Works: Understanding the Cascade

Benjamin Johnson dives into the CSS cascade and looks at a few ways to keep the cascade from getting out of hand. - http://bit.ly/2t6u9Tz

#css
How Concurrent Marking in V8 Frees Up Your Main Thread

‘Marking’ is a key step in the V8 engine’s garbage collection process and as of Node 10 this process takes place on separate worker threads meaning there’s now more time for your code to run. - http://bit.ly/2KaTzJM

#nodejs
Build Custom Pagination with React

Build a custom pagination widget with React to display large datasets in chunks. - http://bit.ly/2t68Vpb

#react
Image Inconsistencies: How and When Browsers Download Images

Browsers don’t download images referenced in CSS until the CSS object model is built which could lead you to use img tags to load images more quickly. but Firefox may not behave as you’d expect here. - http://bit.ly/2yx5v3Y

#web #images
Text Editing Techniques Every Front-End Developer Should Know

Ben Frain shares some useful or perhaps underused techniques that will help you to perform with fluidly in your editor or IDE of choice. - http://bit.ly/2K36qgT

#css