State Management Without Vuex
What if you wanted to manage state, but you didn't want to use Vuex? Don't get me wrong, Vuex is a great tool. But it's not ideal for every use case. - http://amp.gs/3efW
#vue
What if you wanted to manage state, but you didn't want to use Vuex? Don't get me wrong, Vuex is a great tool. But it's not ideal for every use case. - http://amp.gs/3efW
#vue
Michaelnthiessen
State Management Without Vuex - Michael Thiessen
What if you wanted to manage state, but you didn't want to use Vuex? Don't get me wrong, Vuex is a great tool. But it's not ideal for every use case.
How to Monitor Your Web Page's Total Memory Usage with performance.measureMemory()
Learn how to measure memory usage of your web page in production to detect regressions. - http://amp.gs/37YT
#web #monitor #memory
Learn how to measure memory usage of your web page in production to detect regressions. - http://amp.gs/37YT
#web #monitor #memory
web.dev
Monitor your web page's total memory usage with measureUserAgentSpecificMemory()
Learn how to measure memory usage of your web page in production to detect regressions.
How to Build Custom Forms with React Hooks
This allows for low-level custom forms logic, which can be reused in other places with minimal third-party dependencies. - http://amp.gs/37wa
#react
This allows for low-level custom forms logic, which can be reused in other places with minimal third-party dependencies. - http://amp.gs/37wa
#react
Telerik Blogs
React Hooks and Component Composition
Learn how we can use React Hooks to have a better component composition within our applications, improving our code reuse and state logic.
Speed Up Your Angular App: 14 Optimization Tips
Tips on how to make your Angular app smaller, faster, and more responsive. - http://amp.gs/3PNJ
#angular
Tips on how to make your Angular app smaller, faster, and more responsive. - http://amp.gs/3PNJ
#angular
GrapeCity
Speed Up Your Angular App - 14 Angular Optimization Tips | GrapeCity Javascript
Here, we'll give 14 tips on how to make your Angular app smaller, faster, and more responsive.
How to Create an Alexa Skill with Node
Implementing a custom ‘skill’ for Amazon Alexa by using Node and AWS Lambda. - http://amp.gs/3yOu
#nodejs #aws #alexa
Implementing a custom ‘skill’ for Amazon Alexa by using Node and AWS Lambda. - http://amp.gs/3yOu
#nodejs #aws #alexa
dzone.com
Alexa Skill With Node.js - DZone Web Dev
In this article, we implement a custom Skill for Amazon Alexa by using Node.js, npm, and AWS Lambda Functions.
Understanding how fetch works in Nuxt 2.12
Explore different features of the fetch hook and learn a brand new way to bring data into Nuxt applications. - http://amp.gs/3hEd
#vue #nuxt
Explore different features of the fetch hook and learn a brand new way to bring data into Nuxt applications. - http://amp.gs/3hEd
#vue #nuxt
Nuxt
Understanding how fetch works in Nuxt 2.12
Explore different features of the fetch hook and learn a brand new way to bring data into Nuxt applications.
From Idea to 1M Users in A Week with Expo
The VP of Engineering at Zoe (a nutritional science company), talks about how they went from concept to completion, building a COVID-19 Symptom Tracker in a week with a small team of volunteers. - http://amp.gs/3vdl
#mobile #expo
The VP of Engineering at Zoe (a nutritional science company), talks about how they went from concept to completion, building a COVID-19 Symptom Tracker in a week with a small team of volunteers. - http://amp.gs/3vdl
#mobile #expo
Medium
From Idea to 1M Users in a Week with Expo
We asked Julien Lavigne du Cadet, VP of Engineering at Zoe, to spend some precious moments sharing about the whirlwind week he spent…
Profiling React.js Performance
Goes into detail on aspects of the React Profiler API, React’s new experimental Interaction Tracing API, and measuring custom metrics using the User Timing API. - http://amp.gs/3g3C
#react
Goes into detail on aspects of the React Profiler API, React’s new experimental Interaction Tracing API, and measuring custom metrics using the User Timing API. - http://amp.gs/3g3C
#react
Addyosmani
Profiling React.js Performance
This guide looks at measuring React component render performance with the React Profiler API, measuring interactions with React's new experimental scheduler ...
Accessible Font Sizing, Explained
Andrés Galante explains how can we make an accessible reading experience. - http://amp.gs/3ENP
#css
Andrés Galante explains how can we make an accessible reading experience. - http://amp.gs/3ENP
#css
CSS-Tricks
Accessible Font Sizing, Explained | CSS-Tricks
The Web Content Accessibility Guidelines (WCAG), an organization that defines standards for web content accessibility, does not specify a minimum font
Implement Google Sign-In(OAuth) in your Angular App in under 15 minutes
This is an article in a series of articles where we'll create KittyGram We'll implement KittyGram using the best front-end web framework in the world - http://amp.gs/3VuE
#angular
This is an article in a series of articles where we'll create KittyGram We'll implement KittyGram using the best front-end web framework in the world - http://amp.gs/3VuE
#angular
DEV Community
Implement Google Sign-In(OAuth) in your Angular App in under 15 minutes 🚀
PRELUDE: My dear friend Martina(who's a fellow GDE in Angular & Web Tech) and I both love cats a...
OneTesselAway: Building a Real-Time Public Transit Status Device
A developer wanted to know when the next bus would arrive.. while using lots of cool tech, including Node, the OneBusAway API, and the Tessel 2 IoT platform. - http://amp.gs/3936
#nodejs
A developer wanted to know when the next bus would arrive.. while using lots of cool tech, including Node, the OneBusAway API, and the Tessel 2 IoT platform. - http://amp.gs/3936
#nodejs
Medium
OneTesselAway: Building a Real-Time Public Transit Status IoT Device
How I made an IoT device that tells me when my next bus will arrive. Built with Node.js, the OneBusAway API, and the Tessel 2.
Responsive Web And Desktop Development With Flutter
A look at the current state of Flutter for browser-based apps and how to create a responsive app using it. - http://amp.gs/34SS
#flutter #mobile
A look at the current state of Flutter for browser-based apps and how to create a responsive app using it. - http://amp.gs/34SS
#flutter #mobile
Smashing Magazine
Responsive Web And Desktop Development With Flutter — Smashing Magazine
Flutter has already made quite a splash on the mobile development scene. Now it’s taking on bigger devices as well. Here’s what you need to know to be ready to take on the task of developing web and desktop apps using this wonderful cross-platform framework.
Restoring React Reducer State Across Browser Sessions
An online learning platform used io-ts to store useReducer state server-side in order to resume things at a later session. An interesting approach and walkthrough of the other possible solutions even if you don’t need to do this yourself. - http://amp.gs/3RsE
#react
An online learning platform used io-ts to store useReducer state server-side in order to resume things at a later session. An interesting approach and walkthrough of the other possible solutions even if you don’t need to do this yourself. - http://amp.gs/3RsE
#react
Executeprogram
Execute Program
Learn it. Code it. Remember it.
Using CSS to Control Text Selection
Will Boyd outlines some things that can be done with CSS and text selections. - http://amp.gs/3UAb
#css
Will Boyd outlines some things that can be done with CSS and text selections. - http://amp.gs/3UAb
#css
Codersblock
Using CSS to Control Text Selection
CSS lets you control how text selection behaves and appears on your pages. This can help you improve usability in certain situations and add a little bit of...
13 Angular App Optimization Tips for Frontend Developers
How to optimize an Angular app? First, we need to consider how we understand optimization as such. Optimization helps achieve better app performance and easier code maintenance. Optimization is not a checklist or a to-do-list, and there is no universal way to optimize your app. - http://amp.gs/3dYt
#angular
How to optimize an Angular app? First, we need to consider how we understand optimization as such. Optimization helps achieve better app performance and easier code maintenance. Optimization is not a checklist or a to-do-list, and there is no universal way to optimize your app. - http://amp.gs/3dYt
#angular
What is the toJSON() Function?
If an object has a toJSON function, JSON.stringify() calls toJSON() and serializes the return value from toJSON() instead. - http://amp.gs/3dDH
#nodejs
If an object has a toJSON function, JSON.stringify() calls toJSON() and serializes the return value from toJSON() instead. - http://amp.gs/3dDH
#nodejs
The Code Barbarian
What is the `toJSON()` Function in JavaScript?
The `toJSON()` function is a handy hook that tells `JSON.stringify()` how to represent a given object in JSON. Here's what you need to know.
Reinventing Hooks with React Easy State
You know it’s going to be interesting when an article starts: “This article defies a lot of trending patterns, like: React hooks…” This really pushes the React Easy State case hard. - http://amp.gs/3O9q
#react
You know it’s going to be interesting when an article starts: “This article defies a lot of trending patterns, like: React hooks…” This really pushes the React Easy State case hard. - http://amp.gs/3O9q
#react
Controlled Props Pattern
There are a few instances where you want to be able to override the internal state of a component and force it open from the parent. The controlled props pattern is designed for exactly this situation. - http://amp.gs/3OoQ
#vue
There are a few instances where you want to be able to override the internal state of a component and force it open from the parent. The controlled props pattern is designed for exactly this situation. - http://amp.gs/3OoQ
#vue
Michaelnthiessen
Controlled Props Pattern - Michael Thiessen
There are a few instances where you want to be able to override the internal state of a component and force it open from the parent. The controlled props pattern is designed for exactly this situation.
property
Chris Coyier introduces property, a way to declare a custom CSS property. - http://amp.gs/3rgh
#css
Chris Coyier introduces property, a way to declare a custom CSS property. - http://amp.gs/3rgh
#css
CSS-Tricks
@property
The @property is totally new to me, but I see it's headed to Chrome, so I suppose it's good to know about! There is a draft spec and an "intent to ship"