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
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
Medium
Task Management Application Using Vue.js — Part 1
Thinking in components — Task management app example
CSS Architecture — Folders & Files Structure
Elad Shechter shares some guidelines on defining a robust CSS architecture. - http://amp.gs/Oesg
#scss #architecture
Elad Shechter shares some guidelines on defining a robust CSS architecture. - http://amp.gs/Oesg
#scss #architecture
Medium
CSS Architecture — Folders & Files Structure
CSS Architecture — Part 2
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
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
web.dev
Are long JavaScript tasks delaying your Time to Interactive?
Long Tasks can keep the main thread busy, delaying user interaction. Chrome DevTools can now visualize Long Tasks, making it easier to see tasks to optimize.
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
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
GitHub
sindresorhus/awesome-nodejs
:zap: Delightful Node.js packages and resources. Contribute to sindresorhus/awesome-nodejs development by creating an account on GitHub.
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
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
Medium
Building a 0.7KB Reactivity System Similar to Vue
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…
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
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 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
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
Auth0 - Blog
A Guide to Angular 8's Differential Loading
Angular 8 now sends separate bundles to legacy browsers by default. Learn more about this new Angular feature, differential loading, in this article.
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
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
martinfowler.com
Micro Frontends
How to split up your large, complex, frontend codebases into simple, composable, independently deliverable apps.
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
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
Medium
How We Write Full Stack JavaScript Apps
Our GitHub repo got 8,200 stars within 3 days. It hit number one on HackerNews, GitHub Trending, as well as 20,000 upvotes on Reddit.
Wrapping Long Words With CSS or HTML
Chris Cid outlines different ways to manage long words using CSS. - http://amp.gs/O4te
#css
Chris Cid outlines different ways to manage long words using CSS. - http://amp.gs/O4te
#css
Cjcid
Wrapping long words with CSS or HTML – Chris Cid ∣ CJCid
Wrapping words with soft‐hyphne, wbr element, or with CSS `white-space`, `word-break`, `overflow-wrap` / `word-wrap`, `line-break`, and `white-space-collapse`
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
Get a deeper understanding of React-Redux by building your own version of it! - http://amp.gs/ORtq
#react #redux
Medium
Build Your Own React-Redux Using useReducer and useContext Hooks
Get a deeper understanding of React-Redux by building it yourself!
It’s Finally Possible to Code Web Apps on an iPad Pro
...using Visual Studio Code. - http://amp.gs/ORaH
#news
...using Visual Studio Code. - http://amp.gs/ORaH
#news
Medium
It’s finally possible to code web apps on an iPad Pro
iPadOS finally delivers a real browser. Let’s push it to the limit.
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
A guide to building a complete Carousel UI using NativeScript and Angular. - http://amp.gs/OULm
#angular #nativescript
Styling in Modern Web Apps
A dive into the different ways of organizing styling in modern apps, which often have complex interfaces and design patterns. - http://amp.gs/OdDk
#css
A dive into the different ways of organizing styling in modern apps, which often have complex interfaces and design patterns. - http://amp.gs/OdDk
#css
Smashing Magazine
Styling In Modern Web Apps — Smashing Magazine
In this article, we welcome you to take a detailed dive into the different ways of organizing styling in modern applications which often have complex interfaces and design patterns.
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
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
Bits and Pieces
What's New in Nuxt JS 2.8.0
All the good-to-know new features in version 2.8.0 of Nuxt JS, with examples
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
...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
WebKit
CPU Timeline in Web Inspector
Web Inspector now includes a new CPU usage timeline that lets developers 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.
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
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
Medium
Building a 0.7KB Reactivity System Similar to Vue
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…