Diagram with large number: 2.7.123
First โ2โ is commented: Proud version. Bump when you are proud of the release
Second โ7โ is commented: Default version. Just normal/okay releases
Third โ123โ is commented: Shame version. Bump when fixing things too embarrassing to admit
I propose we replace semantic versioning with pride versioning
21.12.2024 19:07
๐ 2551
๐ 743
๐ฌ 34
๐ 52
npm i @adonisjs/inertia@latest # and your inertia adapter
npm i @adonisjs/vite@latest vite@latest
We've updated our @vite.dev and Inertia packages to support the latest versions: Vite 6.0 and Inertia 2.0.
Upgrading your application to these releases is quick and easy. There's only a small breaking change in the Inertia adapter, which can be resolved with a simple find & replace!
14.12.2024 14:41
๐ 46
๐ 8
๐ฌ 1
๐ 1
โ๏ธ Solved By Modern CSS: Feature Image
In my latest website design, I needed to use a feature image. Learn how I used container queries, clamp(), and :has() to build the responsive component.
๐ Read it here: ishadeed.com/article/mode...
10.12.2024 19:08
๐ 79
๐ 11
๐ฌ 2
๐ 2
Code example showing how to use module.registerHooks() in ESM
Code example showing how to use module.registerHooks() in CJS
Landed module.registerHooks() in Node.js โจ
github.com/nodejs/node/...
These customization hooks are run for modules loaded by require(), import(), and functions returned by createRequire() in the same thread they are registered, which makes them easier for CJS monkey-patchers to migrate to.
10.12.2024 00:47
๐ 156
๐ 29
๐ฌ 6
๐ 6
Waku, the minimal React framework
A lightweight alternative React framework with a fun developer experience. Loved by React developers at startups and agencies.
Waku v0.22.6 has been released! It's a React framework focused on RSC, powered by Vite and Hono. While still under active development, the user-facing API is quite stable. We're looking for collaborators, especially those with experience in Vite.
waku.gg
02.12.2024 15:22
๐ 50
๐ 9
๐ฌ 4
๐ 0
Evalite - an Early Preview
AI Engineering for Curious Professional Developers
It feels crazy to me that there's no TypeScript-native, local-first tool for testing LLM-powered apps.
So, I'm building one.
It's based on Vitest, and it's called Evalite.
Here's an early preview.
www.aihero.dev/evalite-an-e...
02.12.2024 12:30
๐ 136
๐ 15
๐ฌ 9
๐ 2
GitHub - testing-library/react-render-stream-testing-library: A library to make render-per-render asserions on your React components and hooks.
A library to make render-per-render asserions on your React components and hooks. - testing-library/react-render-stream-testing-library
Just wrote my first test with @phry.dev 's "React Render Stream" testing library, and this is neat!
Rather than writing `waitFor`s or timers, explicitly do:
{
const {withinDOM} = await takeRender()
expect(withinDOM.getByTestId()).something()
}
Seems useful!
github.com/testing-libr...
29.11.2024 19:49
๐ 17
๐ 2
๐ฌ 1
๐ 1
a screenshot of the Redux.js.org docs site, with a new banner advertising the upcoming "Redux.dev" course
If you've looked at the Redux docs in the last week+, you may have noticed a banner for a "Redux.dev" course.
The UI.dev folks did a fantastic React Query course ( query.gg ), so we're exploring doing one for Redux as well! Right now we're gauging interest - please sign up if you're interested!
21.11.2024 23:27
๐ 56
๐ 7
๐ฌ 2
๐ 1
How decentralized is Bluesky really? -- Dustycloud Brainstorms
How Decentralized Is Bluesky Really? dustycloud.org/blog/how-dec...
A technical deep-dive, since people have been asking me for my thoughts. I'll expand a bit on some of the key points here in a thread. ๐งต
22.11.2024 16:06
๐ 712
๐ 331
๐ฌ 53
๐ 120
AstroPatterns / โค๏ธ React Love / Using React Context in Astro - Nanostores solution
Let's discover how we can mimic React Context in Astro.js using Nano Stores.
Want to dive deeper into using Nano Stores with Astro? Check out the full tutorial on astropatterns.dev and explore the interactive platform (@tutorialkit.dev based) to practice these concepts in real-time.
astropatterns.dev/p/react-love...
08.11.2024 15:51
๐ 12
๐ 1
๐ฌ 0
๐ 1
Node.js โ Node v23.3.0 (Current)
Node.jsยฎ is a JavaScript runtime built on Chrome's V8 JavaScript engine.
Node.js v23.3.0 is out! ๐
This release includes:
* A new --report-exclude-env flag to remove environment variables on the diagnostic report
* SourceMap support to util.getCallSites()
* Rename util.getCallSite() to util.getCallSites()
* and more!
See: nodejs.org/en/blog/rele...
20.11.2024 23:17
๐ 72
๐ 14
๐ฌ 0
๐ 0
This Week In React 210
Read online & subscribe:
thisweekinreact.com/newsletter/210
โ๏ธ
- React 19 RC1
- Next.js
- TanStack
- React IDE?
- MistCSS
- React Scan
- PayloadCMS
- React + TS
๐ฑ
- Expo Workflows
- Universal RSC
- use dom
- Yoga JSI
- Skia
- Turbo Haptics
- TV cookbook
- FastIO
20.11.2024 16:49
๐ 108
๐ 12
๐ฌ 2
๐ 1
I would have to say... if you need to run benchmarks in Node.js, you should probably check out mitata.
https://www.npmjs.com/package/mitata
18.11.2024 16:59
๐ 21
๐ 4
๐ฌ 1
๐ 1
Migration from v5
Next Generation Frontend Tooling
vite@6.0.0-beta.10 is out!
This is a big one! We plan to release v6 stable as soon as vite-ecosystem-ci is green, so if you have feedback, especially about Environment API please let us know quickly.
Learn more about what's new at the v6 migration guide
main.vite.dev/guide/migrat...
14.11.2024 15:45
๐ 141
๐ 23
๐ฌ 3
๐ 2
15M people on Bluesky!!! ๐ซ
The Verge beat us to our own announcement โ that's the beauty of an open network with public stats!
13.11.2024 15:43
๐ 88377
๐ 9855
๐ฌ 1720
๐ 765
A virtual certificate with text "Celebrating 10M users on Bluesky, #1โฏ909โฏ282, Nicolas Zamarreno โช@nzamarreno.devโฌ, joined on 9 nov. 2023"
Nous sommes dรฉsormais plus de 10 millions sur Bluesky, et jโรฉtais nยฐ1โฏ909โฏ282ย !
01.10.2024 21:20
๐ 2
๐ 0
๐ฌ 0
๐ 0