Aral Roca's Avatar

Aral Roca

@aralroca.bsky.social

Framework author of Brisa https://brisa.build Creator of Next-translate, Teaful... Software Engineer πŸ‘‰ http://aralroca.com

92 Followers  |  505 Following  |  59 Posts  |  Joined: 21.02.2024  |  1.5932

Latest posts by aralroca.bsky.social on Bluesky

Preview
Brisa 0.2.15 - Brisa Blog Brisa release notes for version 0.2.15

New Brisa release 0.2.15 πŸŽ‰ ❀️ brisa.build/blog/brisa-0...

18.10.2025 14:45 β€” πŸ‘ 0    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0
¿Quieres velocidad? Deja de depender del CDN, Ya 🫑
YouTube video by hackaral ¿Quieres velocidad? Deja de depender del CDN, Ya 🫑

Muchos creen que un CDN siempre acelera tu web… pero, ΒΏy si te dijera que puede ser justo lo contrario? πŸ€”

En este vΓ­deo, analizo por quΓ© depender de un CDN no siempre es la mejor idea y quΓ© alternativas existen para conseguir mΓ‘s velocidad y eficiencia real en tu sitio.

21.09.2025 18:31 β€” πŸ‘ 0    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0
πŸš€ Β‘El TRUCO DEFINITIVO del JSON.stringify Replacer que NADIE TE CONTΓ“! 😱
YouTube video by hackaral πŸš€ Β‘El TRUCO DEFINITIVO del JSON.stringify Replacer que NADIE TE CONTΓ“! 😱

ΒΏHas usado alguna vez el replacer?
www.youtube.com/watch?v=miTb...

18.08.2025 20:43 β€” πŸ‘ 0    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0

I’ve changed my photo after 10 years with the same one. It was about time! 😊

15.08.2025 18:55 β€” πŸ‘ 0    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0
AST Explicado: El SUPER PODER de los Devs Avanzados πŸš€
YouTube video by hackaral AST Explicado: El SUPER PODER de los Devs Avanzados πŸš€

πŸš€ Want to Level Up as a Developer? Master the AST.

Most devs use tools every dayβ€”linters, compilers, bundlersβ€”but few understand the secret sauce powering them: Abstract Syntax Trees (ASTs).

Watch the Video (Spanish πŸ‡ͺπŸ‡Έ) to master it 🀯

www.youtube.com/watch?v=egDv...

03.08.2025 13:17 β€” πŸ‘ 0    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0
Post image

In Brisa, even when using SSR (Server-Side Rendering), you can avoid runtime component rendering since they are pre-rendered at build time.

Brisa docs: brisa.build/api-referenc...
Plugin for other JSX frameworks: github.com/aralroca/pre...

17.07.2025 19:28 β€” πŸ‘ 0    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0
Preview
Brisa 0.2.14 - Brisa Blog Brisa release notes for version 0.2.14

v0.2.14 is here! πŸŽ‰ brisa.build/blog/brisa-0...

10.06.2025 21:18 β€” πŸ‘ 1    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0
Preview
Brisa 0.2.13 - Brisa Blog Brisa release notes for version 0.2.13

Brisa 0.2.13 is here 😊 brisa.build/blog/brisa-0...

11.05.2025 21:16 β€” πŸ‘ 1    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0
Preview
Brisa 0.2.12 - Brisa Blog Brisa release notes for version 0.2.12

Brisa 0.2.12 brisa.build/blog/brisa-0... closer to 0.3! Read the release notes to see what changes 0.3 will have 😊

03.05.2025 22:02 β€” πŸ‘ 0    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0
Preview
Release 0.2.11 Β· brisa-build/brisa Release notes πŸ‘‰ https://brisa.build/blog/brisa-0.2.11 What's Changed chore: upgrade libs by @aralroca in #828 fix(i18n): load i18n script on the head by @aralroca in #829 fix(build): transform API...

github.com/brisa-build/...

18.04.2025 21:18 β€” πŸ‘ 0    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0
Post image

πŸ› οΈ Brisa v0.2.11 is here!

- More static build optimization
- Fix issues in i18n & SPA navigation
- more

18.04.2025 21:18 β€” πŸ‘ 0    πŸ” 0    πŸ’¬ 1    πŸ“Œ 0
Preview
Release 0.2.10 Β· brisa-build/brisa Release Notes https://brisa.build/blog/brisa-0.2.10 What's Changed chore: migrate script to latest Bun way by @aralroca in #795 fix(build): transform middleware import from dynamic to static by ...

πŸš€ Brisa v0.2.10 is out!

We’ve refactored a big part of the internals to replace dynamic imports with static ones β€” paving the way for a future binary build.

Already seeing RPS improvements, and this is just the beginning.

Let’s goooo πŸ”₯

πŸ‘‰ github.com/brisa-build/...

05.04.2025 21:28 β€” πŸ‘ 0    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0
Post image

Part of the first point will come in the next release, improving the number of req/sec

02.04.2025 21:12 β€” πŸ‘ 0    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0

In the next Brisa version, after the server build, there will no longer be many dynamic imports, improving +200 req/sec without the need for cache that we had.

It's just a step to give the option to generate a binary in the next releases, where the memory will improve considerably.

29.03.2025 21:50 β€” πŸ‘ 1    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0
Brisa Routing: The Future of Web Navigation?
YouTube video by Brisa Brisa Routing: The Future of Web Navigation?

Brisa Routing: The Future of Web Navigation?

www.youtube.com/watch?v=z3pH...

25.03.2025 22:17 β€” πŸ‘ 1    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0
Preview
JSNation – the main JavaScript conference of 2025 Want to know the future of the JavaScript ecosystem and get connected to the stellar crowd? Attend a 2-day JavaScript conference on all things JavaScript, gathering international software engineers. T...

I'm super happy. Brisa has been nominated for the OS Awards 2025 and I've been invited to this year's JSNation event in Amsterdam! Just being nominated, mentioned at the event, and invited to participate is already huge for me.

It’s an honor to be part of it! πŸ™Œ

jsnation.com

22.03.2025 21:27 β€” πŸ‘ 0    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0
Preview
Brisa 0.2.9 - Brisa Blog Brisa release notes for version 0.2.9

Brisa 0.2.9 is here!! CSS Modules and more!!
brisa.build/blog/brisa-0...

18.03.2025 21:49 β€” πŸ‘ 1    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0
Welcome to our live show!
YouTube video by Top End Devs Welcome to our live show!

JS Jabber about Brisa πŸ’ͺ🏽

www.youtube.com/watch?v=vsZy...

18.03.2025 18:51 β€” πŸ‘ 0    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0
Preview
feat(style): add CSS Modules support by aralroca Β· Pull Request #791 Β· brisa-build/brisa Fixes #503 CSS Modules In Brisa, you can style your components (server & web components) using CSS Modules, which provide a scoped and modular approach to styling. This helps prevent global CSS...

CSS Modules supported in Brisa by default πŸ₯³πŸŽ‰

github.com/brisa-build/...

13.03.2025 20:53 β€” πŸ‘ 0    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0
Preview
Brisa 0.2.8 - Brisa Blog Brisa release notes for version 0.2.8

πŸš€ Brisa v0.2.8 is here! πŸŽ‰

πŸ”₯ What's new?

- `useId` now in Server ComponentsπŸ”—
- Breaking Change: `headersSnapshot` for better response header management ⚠️
- Improved Server Actions performance πŸ› οΈ
...

πŸ“– Read more: brisa.build/blog/brisa-0...

03.03.2025 23:13 β€” πŸ‘ 2    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0
Preview
Ask anything about Brisa I will write an article to answer the most common questions people have about the Brisa framework. To know what questions the community has, I need your support.

Ask anything about the Brisa Framework (use the Google Forms link)

We want to know the doubts that the community has and we will answer by writing an article to answer them.

docs.google.com/forms/d/e/1F...

23.02.2025 23:31 β€” πŸ‘ 1    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0
Preview
Brisa 0.2.7 - Brisa Blog Brisa release notes for version 0.2.7

Brisa v0.2.7 is here! πŸŽ‰

- New `peek()` method for signals
- Improved Server Actions
- i18n Enhancements
- New WebSocket chat example
- Better reactivity & web context docs

πŸ“– Read more: brisa.build/blog/brisa-0...

22.02.2025 00:06 β€” πŸ‘ 1    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0
Preview
feat(signals): add `peek()` + docs of `store.Map` by aralroca Β· Pull Request #752 Β· brisa-build/brisa Fixes #748 Can I use a state / store value inside an effect without subscribing? Yes, you can use a state / store value inside an effect without subscribing. For the state, you have the .peek() met...

In the next version of Brisa, we have added the peek() method to consume the state inside an effect without subscribing it πŸ’ͺ

github.com/brisa-build/...

08.02.2025 22:13 β€” πŸ‘ 1    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0

🚨 Brisa v0.2.6 is out! πŸš€

In less than 24 hours, we released v0.2.6 to fix a critical regression with formData in Server Actions. If you're using them, please update ASAP! ⚠️

πŸ”— Get the fix: github.com/brisa-build/...

07.02.2025 23:13 β€” πŸ‘ 2    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0
Preview
Brisa 0.2.5 - Brisa Blog Brisa release notes for version 0.2.5

πŸš€ Brisa v0.2.5 is here!

✨ What's new?

β€’ Fixed SPA execution issues with Cloudflare 🌐
β€’ Improved streaming & reactivity βœ…
β€’ Upgraded adapter to Tailwind v4 🎨
β€’ Better performance & Bun updates πŸ“¦
β€’ Middleware & Layouts now await response headers ⚑

And more...!

brisa.build/blog/brisa-0...

06.02.2025 23:03 β€” πŸ‘ 0    πŸ” 0    πŸ’¬ 0    πŸ“Œ 1
Preview
Brisa 0.2.4 - Brisa Blog Brisa release notes for version 0.2.4

Brisa 0.2.4 has been released and is working well with Bun 1.2
brisa.build/blog/brisa-0...

27.01.2025 23:56 β€” πŸ‘ 1    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0
Preview
fix(build): fix action dependencies + subdependencies by aralroca Β· Pull Request #713 Β· brisa-build/brisa Fixes #712 This PR fixes a bug by properly tracking server action cases where a conditional is involved. Accurately tracking dependencies and sub-dependencies that a server action relies on is cruc...

In the next version of Brisa, the Server Actions build will better resolve its sub-dependencies πŸ’ͺ🏽

github.com/brisa-build/...

20.01.2025 23:17 β€” πŸ‘ 0    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0
Preview
Brisa 0.2.3 - Brisa Blog Brisa release notes for version 0.2.3

πŸš€ Brisa v0.2.3 is here!

β€’ Fixed rendering issues, making Web Components more reactive πŸ› οΈ
β€’ Optimized build-time with smarter package.json handling πŸš€
β€’ Improved server action soft redirects 🌐
β€’ Better integration command docs πŸ“–

πŸ“š More: brisa.build/blog/brisa-0...

19.01.2025 00:03 β€” πŸ‘ 1    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0
Preview
Brisa 0.2.2 - Brisa Blog Brisa release notes for version 0.2.2

New Release 0.2.2 πŸŽ‰ + Open 1.0 Ideas Wanted

brisa.build/blog/brisa-0...

06.01.2025 18:48 β€” πŸ‘ 1    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0
Preview
TC39 Roundup Drama Edition Part I: Shared Structs - Off The Main Thread Sharing JS objects between worker and main thread

Interesting podcast about Shared Structs proposal offthemainthread.tech/episode/tc39...

28.12.2024 17:17 β€” πŸ‘ 1    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0

@aralroca is following 18 prominent accounts