The New Wave of React State Management
It wouldn’t be a complete React Status if there wasn’t something about state management. This (quite lengthy) article gives a sweeping overview, along with some history and opinion on the way, rather than presenting the capabilities of a single tool or approach. - http://amp.gs/jnS6Q
#react
It wouldn’t be a complete React Status if there wasn’t something about state management. This (quite lengthy) article gives a sweeping overview, along with some history and opinion on the way, rather than presenting the capabilities of a single tool or approach. - http://amp.gs/jnS6Q
#react
Frontendmastery
The new wave of React state management
Understand the core problems state management libraries need to solve. And how the proliferation of modern libraries address them in new ways.
👍4
How to Animate SVG Shapes on Scroll
Mary Lou explains how to animate SVG paths while smooth scrolling a page. - http://amp.gs/jnNqs
#css
Mary Lou explains how to animate SVG paths while smooth scrolling a page. - http://amp.gs/jnNqs
#css
Codrops
How to Animate SVG Shapes on Scroll | Codrops
Scrolling can be so much fun! Let's have a look at how to make SVG shapes and clip-paths animate on scroll to add a bit
👍5❤2
👍8👎1
Ways to Estimate npm Package Market Share
Industry analysis is far from an exact science, but it’s interesting to see the techniques and data sources you can use to estimate things like relative market share of various packages. - http://amp.gs/jnq7x
#nodejs
Industry analysis is far from an exact science, but it’s interesting to see the techniques and data sources you can use to estimate things like relative market share of various packages. - http://amp.gs/jnq7x
#nodejs
🔥6👍4
Awesome React Components: A Curated List of, Perhaps Unsurprisingly, Components
A thorough (and frequently updated) compilation of just over 500 components in all sorts of categories from rich text editors and menus to trees and the perennial date picker. - http://amp.gs/jnqWM
#react
A thorough (and frequently updated) compilation of just over 500 components in all sorts of categories from rich text editors and menus to trees and the perennial date picker. - http://amp.gs/jnqWM
#react
👍10🙏1
The Story of the Custom Scrollbar Using CSS
Tapas Adhikary gives a step-by-step guide on how you can customize the scrollbar with a bit of CSS. - http://amp.gs/jnsZg
#css
Tapas Adhikary gives a step-by-step guide on how you can customize the scrollbar with a bit of CSS. - http://amp.gs/jnsZg
#css
👍8
Isolating and Fixing a Memory Leak in a Real Node App
Specifically this is about how a team approached fixing a memory leak in a complex, real-world app, rather than just a simple example. - http://amp.gs/jnilh
#nodejs
Specifically this is about how a team approached fixing a memory leak in a complex, real-world app, rather than just a simple example. - http://amp.gs/jnilh
#nodejs
Anvil
Isolating and fixing a memory leak in a real Node.js web application
There are many good articles out there about how to diagnose a memory leak in Node, but most of them focus on over-simplified scenarios. Learn how we isolated and fixed a memory leak in our real-world, complex Node.js web application.
👍7
Applying SOLID Principles in React
The so-called SOLID object oriented design principles have stood the test of time—they were first introduced by Robert Martin in 2000. Although much has changed since, they are still valid and can be valuable when applied in React applications. - http://amp.gs/jnidu
#react
The so-called SOLID object oriented design principles have stood the test of time—they were first introduced by Robert Martin in 2000. Although much has changed since, they are still valid and can be valuable when applied in React applications. - http://amp.gs/jnidu
#react
👍11
Two Lines of CSS That Boosts 7x Rendering Performance
Murtaza Nathani explains how content-visibility and contain-intrinsic-size can improve rendering performance. - http://amp.gs/jni5H
#css
Murtaza Nathani explains how content-visibility and contain-intrinsic-size can improve rendering performance. - http://amp.gs/jni5H
#css
👍10👏4
Ecma International Approves ECMAScript 2022, But What’s New?
Thanks Ecma – ECMAScript 2022 is now an approved standard. JavaScript’s resident doctor brings us up to speed with what this means in practice, as well as answering a few common questions. You’ll already be using some of these features – this is mostly about tying up the formalities. On to ES2023.. - http://amp.gs/jnDE1
#javascript
Thanks Ecma – ECMAScript 2022 is now an approved standard. JavaScript’s resident doctor brings us up to speed with what this means in practice, as well as answering a few common questions. You’ll already be using some of these features – this is mostly about tying up the formalities. On to ES2023.. - http://amp.gs/jnDE1
#javascript
👍5🎉2
Introduction to Deploying Angular Micro Frontends with Netlify
This series of articles will aim to showcase the process of scaffolding and deploying a Micro Frontend… - http://amp.gs/jnu89
#angular
This series of articles will aim to showcase the process of scaffolding and deploying a Micro Frontend… - http://amp.gs/jnu89
#angular
👍7👎1
How To Set Up a GraphQL API Server in Node
Tania is back with another well written practical walkthrough (her webpack 5 and Map and Set tutorials are great past highlights). - http://amp.gs/jnuiU
#nodejs
Tania is back with another well written practical walkthrough (her webpack 5 and Map and Set tutorials are great past highlights). - http://amp.gs/jnuiU
#nodejs
👍5
The Tale of Refactoring a 2700 Line React Component
Part (quite opinionated) tutorial and part story focusing on reducing and rationalizing existing code rather than creating more. - http://amp.gs/jnJp4
#react
Part (quite opinionated) tutorial and part story focusing on reducing and rationalizing existing code rather than creating more. - http://amp.gs/jnJp4
#react
code.pieces.app
Refactoring React Class Components: Story of a 2700-Line Component
Code refactoring is often daunting, but it doesn't have to be. Read about my journey to refactoring a 2700-line React class component.
👍3
Testing Pinia — Is Vuex Out of the Race?
Let's have a look at the overall design of both Pinia and Vuex to see if we can spot some features and differences that might persuade us to use one over the other. - http://amp.gs/jnJ3Y
#vue
Let's have a look at the overall design of both Pinia and Vuex to see if we can spot some features and differences that might persuade us to use one over the other. - http://amp.gs/jnJ3Y
#vue
Medium
Testing Pinia — Is Vuex Out?
Which state management for Vue 3 is best. I think it might be Pinia
👍5👎1
Flutter in 2022: strategy and roadmap
Areas of focus for Flutter as we build growth and momentum - http://amp.gs/jn0ed
#flutter
Areas of focus for Flutter as we build growth and momentum - http://amp.gs/jn0ed
#flutter
Medium
Flutter in 2022: strategy and roadmap
Areas of focus for Flutter as we build growth and momentum
👍2💩2
The Guide To Windows High Contrast Mode
Cristian Díaz explains how to make your sites friendly for Windows High Contrast Mode by using a good set of practices, including the media query forced-colors and its toolset. - http://amp.gs/jn0w4
#css
Cristian Díaz explains how to make your sites friendly for Windows High Contrast Mode by using a good set of practices, including the media query forced-colors and its toolset. - http://amp.gs/jn0w4
#css
Smashing Magazine
The Guide To Windows High Contrast Mode — Smashing Magazine
In this article, we’ll see how to make our sites friendly for Windows High Contrast Mode by using a good set of practices, including the media query `forced-colors` and its toolset.
👍3
Precise Timing with the Web Animations API
Working with timers in JavaScript can quickly get complicated. Kirill takes a look at how the Web Animations API could eliminate the need for such timers in certain cases. - http://amp.gs/jnKh9
#javascript
Working with timers in JavaScript can quickly get complicated. Kirill takes a look at how the Web Animations API could eliminate the need for such timers in certain cases. - http://amp.gs/jnKh9
#javascript
Smashing Magazine
Precise Timing With Web Animations API — Smashing Magazine
In JavaScript, it’s natural to reach for timers when something is to happen on time. But when something is to happen at the exact moment because other things depend on it, you quickly learn timers are more of a problem than a solution. They are never on time…
👍5