FrontEnd Development
30.2K subscribers
145 photos
1 video
8.91K links
Полезные ссылки иHTML, CSS, JavaScript, TypeScript, Angular, React, Vue, Node.js, Mobile and more.

Admin: @andrey2019
Download Telegram
Task Management Application Using Vue.js

The goal of this article is to help you understand the behind-the-scenes process of designing complex user interfaces and to pick up a few advanced tips such as drag-and-drop interface, form validation, bundle optimization and more. - http://amp.gs/OkLb

#vue
CSS Architecture — Folders & Files Structure

Elad Shechter shares some guidelines on defining a robust CSS architecture. - http://amp.gs/Oesg

#scss #architecture
Are Long JavaScript Tasks Delaying Your 'Time to Interactive'?

Chrome DevTools can now visualize ‘Long Tasks’ (code that causes the main thread to freeze, breaking the user experience) making it easier to debug and optimize away any problems. - http://amp.gs/OPqE

#javascript #devtools
Awesome Node: Almost 600 Curated Node Packages, Resources and Links

We link to this every now and then as it’s a truly definitive list of categorized Node resources and continues to be updated, pruned, and added to over time. - http://amp.gs/Oygi

#nodejs
Building a 0.7KB Reactivity System Similar to Vue

TOAST UI Grid is an independent library that does not rely on other frameworks. Learn how and why they're building their own reactivity system similar to Vue.js for the upcoming version 4 release. - http://amp.gs/OhEf

#vue
Rebuilding the Solar System with CSS

Rob DiMarzo shows how to build the planets in our solar system — complete with their relative rotation speed, tilt, and other photorealistic goodies — using only CSS. - http://amp.gs/Ovg8

#css
Optimizing Components with React.memo, useMemo, & useCallback

A brief look at a situation where you might want to apply some gentle optimizations when components are rendering more often than they need to. - http://amp.gs/OgBn

#react
A Guide to Angular 8's Differential Loading

Angular 8 now sends different bundles of code to different clients. Here’s the how and why, plus an Angular Auth0 tutorial tacked onto the end for some reason - http://amp.gs/OEGR

#angular
The Concept of 'Micro Frontends'

A look at a pattern aroundo splitging up your large, complex, frontend codebases into simple, composable, independently deliverable apps that integrate together. - http://amp.gs/OVxQ

#frontend
How One Team of Freelancers Writes Full Stack JavaScript Apps

Some simple principles that one distributed agency has adopted when working with Node-powered full-stack JS apps from file structure to code generation. - http://amp.gs/O91z

#nodejs
How to Build Your Own React-Redux Using useReducer and useContext Hooks

Get a deeper understanding of React-Redux by building your own version of it! - http://amp.gs/ORtq

#react #redux
How to Build a Simple Carousel in NativeScript

A guide to building a complete Carousel UI using NativeScript and Angular. - http://amp.gs/OULm

#angular #nativescript
What’s New in Nuxt JS 2.8.0

Nuxt is a framework built for creating Vue applications. These Vue applications can be a single page application, a static generated application or a universal application. - http://amp.gs/OOAs

#nuxt
Safari Web Inspector Now Includes A New CPU Usage Timeline

...that lets devs measure a page’s CPU usage, estimate its energy impact, and more easily investigate sources of script execution that may be contributing to poor energy utilization. - http://amp.gs/Orx8

#news
Building a Reactivity System Similar to Vue In Under 0.7KB

Currently, the TOAST UI Grid team is working diligently for the major update that is the release of the version 4. The purpose of this update is to rewrite all of the previous code base written with… - http://amp.gs/Orsi

#vue