banner
AgedCoffee

AgedCoffee

2023-Week 21

This weekly report mainly summarizes the content from various sources.

Technology#

You Might Not Need React Query#

This article discusses whether React Server Components will replace React Query, a library used for managing asynchronous state on the client. The author suggests that if data fetching is entirely done on the server, React Query may not be needed. However, for most applications transitioning to server components, React Query can still be integrated and used in a hybrid approach. The article recommends using React Query for use cases such as infinite scrolling lists, offline support, and automatic refetching. It emphasizes that React Query is not a "killer" and remains useful for many applications.

State of Node.js Performance 2023#

This article discusses performance improvements and setbacks in Node.js versions 16, 18, and 20 using scientific benchmarking methods. The article focuses on internal benchmarks of Node.js, including file system, events, and HTTP server. Benchmark results show significant improvements in certain areas such as the EventTarget class and HTTP server, while also highlighting some regression issues like the use of ASCII encoding in fs.readfile on Node.js 20. The article also explains statistical methods used to determine the confidence of benchmark results.

Tools#

forgetti#

Similar to React Forget, solves the problem of optimizing re-rendering in function components.

Flowise#

Build custom LLM flows using a drag-and-drop interface with LangchainJS.

axios-cache-interceptor#

A small and efficient axios cache interceptor. Supports features like Etag, Cache-Control, TTL, and HTTP headers!

Updates#

next.js project structure#

Starting to have a framework-like taste.

large-monorepo#

Benchmarking Nx and Turborepo.

xState#

A brand new version of xState.

melonJS#

A fresh, modern, lightweight HTML5 game engine.

AI#

magician.design#

Figma magical design tool supported by AI.

Loading...
Ownership of this post data is guaranteed by blockchain and smart contracts to the creator alone.