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
Create A Vuex Undo/Redo Plugin For VueJS

Vuex is a great way to manage the state of your Vue application. In this article, I’ll demonstrate how to create an undo/redo feature with Vuex, which works in a similar way to time-travel debugging. - https://goo.gl/5KQgZu

#vuex
A High Level Overview of Current Mobile Development Tools

A general overview of native and hybrid mobile development tooling software options. - https://goo.gl/j8EXWZ

#mobile
Vue User Permissions Through Directives

Michael from Code Boutique has done a great article about managing user access though Vue directives. - https://goo.gl/MxQzCg

#vue
Dear web developers! 👨💻👩💻
Welcome to the “Webstack” @wbstack community. At us you will find the most interesting and useful materials on web development - selections, tools, services and articles.

Daily publication of posts from the world of web development! @wbstack
Debugging Memory Leaks and Memory Bloat in Node

Memory issues can be daunting when you first encounter them, but this article aims to make them a little more approachable. - https://goo.gl/YhfWme

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