Function-Based Component API (Vue 3 RFC)
The function-based API is one of the most exciting proposals for Vue.js 3. Inspired by React Hooks, the new API presents a clean and flexible way to compose logic inside and between components with few drawbacks. - http://amp.gs/OBbb
#vue
The function-based API is one of the most exciting proposals for Vue.js 3. Inspired by React Hooks, the new API presents a clean and flexible way to compose logic inside and between components with few drawbacks. - http://amp.gs/OBbb
#vue
GitHub
vuejs/rfcs
RFCs for substantial changes / feature additions to Vue core - vuejs/rfcs
Revisiting: Styling A Movie Cast List Using A Definition List And Flexbox
Ben Nadel shows how to style a Movie Cast List using a Definition List and CSS Flexbox. - http://amp.gs/On28
#css
Ben Nadel shows how to style a Movie Cast List using a Definition List and CSS Flexbox. - http://amp.gs/On28
#css
Bennadel
Revisiting: Styling A Movie Cast List Using A Definition List And Flexbox
Ben Nadel revisits his earlier code-kata on styling a Movie Cast List using a Definition List and CSS Flexbox, this time sharing thoughtful solutions that were suggested by Ilya Streltsyn and Sime Vidas.
A Guide to Rolling Your Own Node Authentication
The real title is “You don’t need passport.js” but while it’s a good exercise to implement your own authentication system to understand the details, middleware like Passport does make the process easier. - http://amp.gs/OG3j
#nodejs
The real title is “You don’t need passport.js” but while it’s a good exercise to implement your own authentication system to understand the details, middleware like Passport does make the process easier. - http://amp.gs/OG3j
#nodejs
Softwareontheroad: articles on node, react, angular, AWS
🛑 You don't need passport.js - Guide to node.js authentication ✌️
The complete guide to master authentication in node.js without external libraries. Part I
Patterns for Promoting PWA Installation on Mobile
How to promote the installation of Progressive Web Apps and best practices to follow. - http://amp.gs/Oxiv
#web
How to promote the installation of Progressive Web Apps and best practices to follow. - http://amp.gs/Oxiv
#web
Image Optimization In WordPress
Reducing the size of your images is a sure fire way to increase the speed of your website and lower the frustrations of your users. If you're running Wordpress (I'm guessing about 33% of you) then here's a few approaches you can use (non wordpress users will find it helpful too). - http://amp.gs/Ofmr
#optimization #images #wordpress
Reducing the size of your images is a sure fire way to increase the speed of your website and lower the frustrations of your users. If you're running Wordpress (I'm guessing about 33% of you) then here's a few approaches you can use (non wordpress users will find it helpful too). - http://amp.gs/Ofmr
#optimization #images #wordpress
Smashing Magazine
Image Optimization In WordPress — Smashing Magazine
In this article, Adelina Țucă explains how you can easily optimize all the images on your website (manually or on autopilot) in order to gain better loading times.
Building a Dynamic Tree Diagram with SVG and Vue.js
This article will take you through the author's journey into creating a dynamic tree diagram that uses cubic bezier curve paths and Vue.js for data reactivity. - http://amp.gs/Ofun
#vue
This article will take you through the author's journey into creating a dynamic tree diagram that uses cubic bezier curve paths and Vue.js for data reactivity. - http://amp.gs/Ofun
#vue
Medium
Building a Dynamic Tree Diagram with SVG and Vue.Js
Learn how to create a dynamic tree diagram with cubic bezier curve paths and Vue.Js for data reactivity.
Baking Accessibility Into Components: How Frameworks Help
Hidde de Vries shares some thoughts on seeing declarative component frameworks as a way to make the web more accessible. - http://amp.gs/OCfM
#css
Hidde de Vries shares some thoughts on seeing declarative component frameworks as a way to make the web more accessible. - http://amp.gs/OCfM
#css
hiddedevries.nl
Baking accessibility into components: how frameworks help
Some thoughts on seeing declarative component frameworks as a way to make the web more accessible, not less.
How to Use the Web Share API
This API provides a way to trigger the native share dialog of a device when sharing content, such as a link, directly from a website or web app. It's mostly focused on mobile use cases so far but the latest Safari build supports it too. - http://amp.gs/OCD0
#webapi
This API provides a way to trigger the native share dialog of a device when sharing content, such as a link, directly from a website or web app. It's mostly focused on mobile use cases so far but the latest Safari build supports it too. - http://amp.gs/OCD0
#webapi
CSS-Tricks
How to Use the Web Share API | CSS-Tricks
The Web Share API is one that has seemingly gone under the radar since it was first introduced in Chrome 61 for Android. In essence, it provides a way to
Mozilla Will Reportedly Launch a Paid Version of Firefox
A premium version of Firefox, offering a VPN and secure cloud storage, is expected to launch by October. - http://amp.gs/OktG
#news
A premium version of Firefox, offering a VPN and secure cloud storage, is expected to launch by October. - http://amp.gs/OktG
#news
The Next Web
Mozilla will launch a paid version of Firefox this fall (Updated)
Firefox premium will launch by October that'll have features like VPN (Virtual Private Network) and secure cloud storage.
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.