Telegram Web Link
Why Signals Are Better Than React Hooks

When Preact’s Marvin Hagemeister pops up in the comments saying “this is by far the best video about signals and why they are so exciting. I love the way you demonstrate it by coding along and moving an app over to signals,” it should bump a video up to the top of the Watch Later playlist. - https://www.youtube.com/watch?v=SO8lBVWF2Y8

#react
👍4
A Next.js App Router Migration: The Good, Bad, and Ugly

A team rebuilt their main dashboard from scratch using a modern Next.js approach and here’s some of what they encountered, good and bad, before concluding that they wish they’d considered Remix instead. - https://www.flightcontrol.dev/blog/nextjs-app-router-migration-the-good-bad-and-ugly

#react
👍4🔥1
Create an animated Vue 3 component when scrolling into view

These days animation is used a lot in websites, especially animations that appear when you scroll an element into. view. In this article, the author explore some 2 techniques to achieving this in Vue.js. - https://michael-verschoof.medium.com/create-an-animated-vue-3-component-when-scrolling-into-view-f8e793e221c8

#vue
👍4
Node Community Debates Enabling Corepack by Default

Node developers are wrestling with the decision to enable Corepack (a tool for managing package managers) by default, which has sparked a debate about the possibility of even removing npm from the Node.js binary. - https://socket.dev/blog/node-community-debates-enabling-corepack-unbundling-npm

#nodejs
👍21🥰1
React Interview Questions and Answers

If you’re looking for a job and preparing for interviews, or if you just want to revise your overall knowledge, you might find this long standing resource useful, even if it just gives you some areas to research - https://github.com/sudheerj/reactjs-interview-questions

#react
👍3🔥2👏1
Difference Between UseCases In Watcher And Computed In Vue 3

In Vue 3, both computed properties and watchers allow you to react to changes in reactive data, but they have distinct purposes and behaviors. This article is a breakdown of their differences in terms of use cases. - https://blog.stackademic.com/difference-between-usecases-in-watcher-and-computed-in-vue-3-5a7764248949

#vue
👍6
Lossy CSS Compression for Fun and Loss (or Profit)

Daniel Janus wrote cssfact, a lossy CSS compressor that takes some CSS and outputs back CSS that contains fewer rules. - https://blog.danieljanus.pl/2024/01/26/lossy-css-compression

#css
👍3
Creating Your Own Vector Search in 5 Minutes with SQLite & Node

sqlite-vss is a SQLite extension that adds basic vector storage and querying capabilities to SQLite, and you can combine it with Node and OpenAI embeddings to create your own natural language vector based search system reasonably quickly. - https://markus.oberlehner.net/blog/your-own-vector-search-in-5-minutes-with-sqlite-openai-embeddings-and-nodejs/

#nodejs
👍41
Harnessing the Power of Nuxt3 Auto-Imports in Testing with Vite and Vue Test Utils

In this article, the author explores how to effectively handle Auto-Imports when writing tests using Vite and Vue Test Utils. - https://dev.to/elquimeras/harnessing-the-power-of-nuxt3-auto-imports-in-testing-with-vite-and-vue-test-utils-4jmp

#vue
👍21
Shining a Light on Caustics with Shaders and React Three Fiber

A step-by-step guide on building a caustic light effect (like the light rays you might see refracting/reflecting off a surface) in a React Three Fiber project using shaders, render targets, normal maps, and custom materials. Beautiful! - https://blog.maximeheckel.com/posts/caustics-in-webgl/

#react
👍3
When To Use The Min() Or Max() Function

Temani Afif explains when you should use min() and max() functions. - https://css-tip.com/min-max

#css
👍2
Oxlint: A New JS Linter '50-100x Faster' than ESLint?

Making tools as fast as possible is a common theme in the JavaScript world, and it's the MO for the JavaScript Oxidation Compiler toolkit. Oxlint is one of their tools that’s now GA. It's still early days, but when Evan You says “the performance is absolutely nuts” when running against the Vue 3 codebase, we sit up and listen. - https://oxc-project.github.io/blog/2023-12-12-announcing-oxlint.html

#oxlint
👍3🔥3
2025/09/29 21:44:20
Back to Top
HTML Embed Code: