Automatic Batching in React 18
With React 18 in beta, it’s timely to examine features which distinguish it from previous releases: Automatic Batching portends fewer needless renders. - http://amp.gs/jZrtN
#react
With React 18 in beta, it’s timely to examine features which distinguish it from previous releases: Automatic Batching portends fewer needless renders. - http://amp.gs/jZrtN
#react
Medium
Automatic Batching in React 18: What You Should Know
What is Automatic Batching in React? How Automatic Batching worked in React 17, compared with React 18. How React 18 fixes event handling.
You Shouldn’t be Using Mixins in Vue.js Anymore
Mixins were the go-to way of sharing reusable logic between components in Vue 2. But now with the availability of the Composition API, we can achieve code reusability in a much cleaner way. - http://amp.gs/jZrHT
#vue
Mixins were the go-to way of sharing reusable logic between components in Vue 2. But now with the availability of the Composition API, we can achieve code reusability in a much cleaner way. - http://amp.gs/jZrHT
#vue
Seven Ways to Improve Node Performance at Scale
Some basic advice including using timeouts and caching, profiling and monitoring your code, and how clustering and load balancing can help. - http://amp.gs/jZSNF
#nodejs
Some basic advice including using timeouts and caching, profiling and monitoring your code, and how clustering and load balancing can help. - http://amp.gs/jZSNF
#nodejs
Writing a Printer Driver in JavaScript
“Writing a printer driver in JavaScript sounds ridiculous,” starts the author, and while the definition of ‘driver’ is arguable here (it's more a filter?), this is nonetheless an interesting story and solution to the author's problem. - http://amp.gs/jZN9C
#javascript
“Writing a printer driver in JavaScript sounds ridiculous,” starts the author, and while the definition of ‘driver’ is arguable here (it's more a filter?), this is nonetheless an interesting story and solution to the author's problem. - http://amp.gs/jZN9C
#javascript
KubeSail.com
KubeSail | Writing a Printer Driver in JavaScript
Adventures in starting a hardware company
How Flexbox Works
Tiffany B. Brown untangles Flexbox mysteries giving you an overview of the most important things to keep in mind while working with Flexbox. - http://amp.gs/jZA4Y
#css
Tiffany B. Brown untangles Flexbox mysteries giving you an overview of the most important things to keep in mind while working with Flexbox. - http://amp.gs/jZA4Y
#css
Tiffanybbrown
How Flexbox Works
Flexbox can be difficult to understand just by using it. In this post, I explain what the browser does when you use display: flex to trigger a flex formatting context.
A Headless Vue JSON Search Component Based on Fuse.Js
Vue-json-search is a headless Vue 3 JSON search component based on Fuse.js. It is specially designed for static generators like Hugo. - http://amp.gs/jZqlw
#vue
Vue-json-search is a headless Vue 3 JSON search component based on Fuse.js. It is specially designed for static generators like Hugo. - http://amp.gs/jZqlw
#vue
CodeBrisk
A Headless Vue JSON Search Component Based on Fuse.Js | Codebrisk
Vue-json-search is a headless Vue 3 JSON search component based on Fuse.js. It is specially designed for static generators like Hugo.
Communication between Microfrontends built with Module Federation
Recently I have been playing around with Microfrontends powered by Module federation in Webpack 5, which by… - http://amp.gs/jZqqQ
#microfrontends
Recently I have been playing around with Microfrontends powered by Module federation in Webpack 5, which by… - http://amp.gs/jZqqQ
#microfrontends
Medium
Communication between Microfrontends built with Module Federation
Recently I have been playing around with Microfrontends powered by Module federation in Webpack 5, which by the way is a phenomenal piece…
Implementing Server-Sent Events (SSE) in Node and React
Server-Sent Events (SSE) is an often overlooked technology for sending live updates from a backend server to a frontend client without refreshing the page or endless polling from JavaScript. This is a basic example. - http://amp.gs/jZspZ
#nodejs
Server-Sent Events (SSE) is an often overlooked technology for sending live updates from a backend server to a frontend client without refreshing the page or endless polling from JavaScript. This is a basic example. - http://amp.gs/jZspZ
#nodejs
Teco Tutorials
Implement Server-Sent Events in Node.js and React
This tutorial will show how to use Server-Sent Events (SSE) to send updates from the application server (backend) to the client without refreshing the page.
Using PostCSS with Media Queries Level 4
Amarachi Amaechi reviews several features available in Media Queries Level 4 and demonstrates the implementation of each feature using PostCSS. - http://amp.gs/jZiUM
#css
Amarachi Amaechi reviews several features available in Media Queries Level 4 and demonstrates the implementation of each feature using PostCSS. - http://amp.gs/jZiUM
#css
5 Tips to Build a Better React Component
Lior Heber shares five best practices that have worked well for him when developing React components. - http://amp.gs/jZD7x
#react
Lior Heber shares five best practices that have worked well for him when developing React components. - http://amp.gs/jZD7x
#react
Medium
5 tips to build a better React component
I’d like to share five best practices we follow at Skai that have worked well for us when developing React components
Memory Leaks: The Forgotten Side of Web Performance
An even-handed take on the importance of memory leaks, even though the “effort-to-payoff ratio” is often seen as “disappointingly high”. - http://amp.gs/jZunW
#javascript
An even-handed take on the importance of memory leaks, even though the “effort-to-payoff ratio” is often seen as “disappointingly high”. - http://amp.gs/jZunW
#javascript
Read the Tea Leaves
Memory leaks: the forgotten side of web performance
I’ve researched and learned enough about client-side memory leaks to know that most web developers aren’t worrying about them too much. If a web app leaks 5 MB on every interaction, but…
Use Streams to Build High-Performing Node Apps
Using the stream module in Node.js to your advantage. - http://amp.gs/jZuM1
#nodejs
Using the stream module in Node.js to your advantage. - http://amp.gs/jZuM1
#nodejs
AppSignal Blog
Use Streams to Build High-Performing Node.js Applications | AppSignal Blog
Find out how to use the `stream` module in Node.js to build high-performing applications.
Here’s What I Didn’t Know About :where()
Manuel Matuzovic explains how you can lower the specificity of a selector using :where() pseudo-class. - http://amp.gs/jZ00y
#css
Manuel Matuzovic explains how you can lower the specificity of a selector using :where() pseudo-class. - http://amp.gs/jZ00y
#css
Here’s what I didn’t know about :where()
The where() pseudo-class might be more useful than originally thought.
👍1
Setup a Micro Frontend Architecture With Vue and single-spa
A practical walkthrough on building a micro frontend architecture with multiple Vue.js apps using single-spa. - http://amp.gs/jZK75
#vue
A practical walkthrough on building a micro frontend architecture with multiple Vue.js apps using single-spa. - http://amp.gs/jZK75
#vue
Medium
Setup a Micro Frontend Architecture With Vue and single-spa
A practical walkthrough on building a micro frontend architecture with multiple Vue.js apps using single-spa.
7 Utility Types that Every TypeScript Developer Should Know
Useful TypeScript features to improve your types - http://amp.gs/jZ3Zw
#typescript
Useful TypeScript features to improve your types - http://amp.gs/jZ3Zw
#typescript
Speeding Up VS Code Extensions in 2022
One of those ‘niche but interesting’ posts that digs into the underlying architecture of VS Code and a must-read for anyone considering making their own extension. - http://amp.gs/jZHji
#vscode #extension
One of those ‘niche but interesting’ posts that digs into the underlying architecture of VS Code and a must-read for anyone considering making their own extension. - http://amp.gs/jZHji
#vscode #extension
jason-williams.co.uk
Speeding up VSCode (extensions) in 2022 – Jason Williams
I was curious to know if the functionality of VSCode can catch up with the native speed of some editors, such as Sublime. That led me to seek out where some bottlenecks may be and where time is being spent. In this post I look at both the internals and extensions.…
Etsy Migrated from React 15.6 to Preact (Instead of React 16)
There’s a full explanation about the decision behind all of this in this document about updating React at Etsy. But Preact, a smaller React alternative with the same API, turned out to be the right choice for them. - http://amp.gs/jZHim
#react
There’s a full explanation about the decision behind all of this in this document about updating React at Etsy. But Preact, a smaller React alternative with the same API, turned out to be the right choice for them. - http://amp.gs/jZHim
#react
👍1