Advertisement · 728 × 90

Posts by Javi Aguilar

be careful with what package you want to replace by writing it from scratch specially with AI… less packages is a good thing but generating code from scratch replacing battle-tested libraries has its risks, like missing important security fixes, and other vulnerabilities that we might not know.

9 hours ago 1 0 0 0
Post image

Google Stitch design prototype
-> Export as React + PNGs + DESIGN .md
-> Codex with a minimal Vite/Tailwind/BaseUI boilerplate
-> a good prompt to break down into components
-> a rapid Design System

1 day ago 1 0 0 0

thanks! I will give it a try :)

1 day ago 0 0 0 0

what CLI is it? I cannot find a good one for local models

1 day ago 0 0 1 0

It won't be the only one. Thanks to the automated coding agents that are specifically targeting bounty programs.

5 days ago 1 0 0 0

they seem very focused on Remix 3. React Router is still a good framework and my fav, but I feel there's no clear vision now since there's an open governance

5 days ago 1 0 1 0
Preview
GitHub - itsjavi/react-router-markdown: Use your .md files as React Router pages. Supports defining "meta" as frontmatter. Use your .md files as React Router pages. Supports defining "meta" as frontmatter. - itsjavi/react-router-markdown

I've released a Vite plugin to support .md files as #ReactRouter pages github.com/itsjavi/reac...

Making markdown a first-class citizen of your React Router projects.

1 week ago 1 0 0 0
Video

Claude Code source was just leaked 🫢

1 week ago 125 11 3 5

not really, it was bundled as JS in the npm registry. What happened is that they published the .js.map file by accident, which includes the original TS code

1 week ago 3 0 0 0

This is why I use @pnpm.io with the minimumReleaseAge option

1 week ago 0 0 0 0
Advertisement
Preview
axios Compromised on npm - Malicious Versions Drop Remote Access Trojan - StepSecurity Hijacked maintainer account used to publish poisoned axios releases including 1.14.1 and 0.30.4. The attacker injected a hidden dependency that drops a cross platform RAT. We are actively investigating and will update this post with a full technical analysis.

Axios compromised on NPM – Malicious versions drop remote access trojan
View Article | Join the HN Conversation

Summary of HN discussion 🧵👇

1 week ago 0 2 1 0
Preview
two women eating popcorn while wearing 3d glasses in a theater ALT: two women eating popcorn while wearing 3d glasses in a theater

We are about to enter the "AI agents bringing the internet down" era, at the same time burning more credits in one month than the salary of a single dev for the whole year. 🍿🍿

1 week ago 0 0 0 0

Said that, I believe many cool ideas will be inspired by that, and RSC will evolve into something else.

The same way SSR stopped being popular for some years and then came back in other forms.

1 week ago 0 0 0 0

amazing! great work

1 week ago 0 0 0 0

Number of interviews where I have seen they are using #React Server Components as part of their stack: 0

It hasn't become a thing in 2022 with #Next.js 13, and it won't become a thing in the next years.

They have been around for 4 years. Even coding agents struggle to get it right. Time to move on

1 week ago 1 0 1 0

Lettermatic ✕ GitHub Next: the inside story of Monaspace, a truly groundbreaking advancement for how we display code. We knew that Lettermatic would go deep, but we were still amazed by their level of knowledge and craft.

See their case study below, and get the fonts at monaspace.githubnext.com

1 week ago 70 18 3 2
Post image

It's mindblowing that for the @remix.run framework v3 they are building everything from scratch including an Auth lib, an ORM, a UI library probably as well. I wonder what's the plan for essentials like FE state management, markdown, caching, a vite plugin to glue everything together, etc.

#Remix3

1 week ago 1 0 0 0
Advertisement

I see more and more open positions asking for Vue.js experience. It seems there was a shift not so long time ago.

2 weeks ago 0 0 0 0
Preview
Vite 8, Vite+, Void, and How Well AI Plays Runescape | News | Ep 59 | TypeScript.fm - The Friendly Show for TypeScript Developers | Episode 59 News for the week of March 9, 2026: it's VoidZero all the way down, seriously. From the community: TanStack makes hotkeys simple, plus how good are AI agents at playing Runescape?Sponsored by Excalibur.jsExcalibur.js...

Today on the pod: Vite 8 drops, Vite+ goes open source, and VoidZero launches Vite apps into the void. Plus: Vitest 4.1 test tags, Effect v4 (71% smaller!), Video.js v10 (88% smaller!), and AI agents playing RuneScape.

share.transistor.fm/s/9e12b228

#typescript

2 weeks ago 15 6 1 2

it's good to know Vite+ is open source now, a very good decision

2 weeks ago 1 0 0 0
Video

Modern CSS is just so awesome...all of this with view transitions!

svelte.dev/playground/e...

2 weeks ago 55 5 5 2

#Vercel just changed their Terms of Service so now all code you host on their platform are opted-in by default for AI training.

And wait, you only have until the end of this month to turn it off to prevent your code to be used

This raises serious concerns in many aspects, like intelectual property

2 weeks ago 1 0 0 0
@import "styles.css" layer(css_is_awesome);
@import "styles.css" layer (css_tooling_sucks);

@import "styles.css" layer(css_is_awesome); @import "styles.css" layer (css_tooling_sucks);

what's the difference between these two lines of code?

the first one imports the styles into a layer named css_is_awesome.

the second one imports the styles into an anonymous layer if `@media (css_tooling_sucks)` matches.

i've lost so many hours to this over the years.

3 weeks ago 21 2 2 2

I would say stay at v4, but the problem is that it also carries a lot of other dependencies that will stay outdated

The good thing is that today we have tools to write just what we need from those huge frameworks, e.g. in a form of Vite plugin. I have many static sites powered by MD using just that

3 weeks ago 1 0 1 0
Breaking SolidJS 2.0 Beta
Breaking SolidJS 2.0 Beta I'm pretty excited to have the beta released. But because it was built with extremely powerful primitives even I don't know its limits. The combinatorics feel like it could get us into crazy places bu...

Solid 2.0 is so powerful even I don't know the limits of its capability. Join me Friday when I try to break it:
www.youtube.com/watch?v=-VzC...

1 month ago 33 5 1 2

I have the feeling AI coding agents will only get more and more expensive. Our bills will eventually be similar to paying the salary of a real engineer.

The future is local LLMs. So make sure to choose your next dev computer wisely, specially RAM.

1 month ago 2 0 1 1
Advertisement

Totally agree. Agents should change the paradigm from "I will think for you" to "let's think together".

1 month ago 0 0 0 0

I'm so tired of automated thinking machines.
Make my thinking *better* or it's worthless.

AI gets better if it makes humans better

1 month ago 18 4 3 1
Hem convidat una intel·ligència artificial (Judit Martín) per resoldre dubtes i dilemes ètics
Hem convidat una intel·ligència artificial (Judit Martín) per resoldre dubtes i dilemes ètics YouTube video by 3Cat

La Judith nunca defrauda 😂 #som3cat www.youtube.com/watch?v=fKM2...

1 month ago 0 0 0 0
Post image

It seems that the newest Pokémon website is using Astro instead of Next.js #PokemonWindsWaves

www.pokemon.co.jp/ex/winds_wav...

1 month ago 0 0 0 0