Mathieu Laurent
banner
messenjer.bsky.social
Mathieu Laurent
@messenjer.bsky.social
Webmaker (VueJs, React, Typescript, PHP, Linux) - Brussels 🇧🇪 & Venezia 🇮🇹
Do you know this extension? github.com/refined-gith...

"Shows the base branch in PR lists if it’s not the default branch."
February 28, 2025 at 10:08 AM
Reposted by Mathieu Laurent
As a result, Rolldown is now the fastest possible bundler you can run in the browser. Here are the numbers when bundling a benchmark app with 2.5k modules:

- esbuild: 22.19s
- Vite (via Rollup): 4.52s
- Rolldown: ⚡️613.43 ms

Try it out yourself on StackBlitz:
stackblitz.com/~/github.com...
StackBlitz
stackblitz.com
December 19, 2024 at 5:15 AM
But managing this across multiple tabs or requests brings challenges, especially with preventing unintended logouts. For that I used github.com/vueuse/vueus... with `listenToStorageChanges` enabled
github.com
November 14, 2024 at 7:16 PM
Not simple! After an audit, they asked to shorten both access tokens and refresh tokens to 30 minutes. Refresh them automatically as long as there’s user activity. If there's no activity, a modal with a countdown appears before expiration to warn the user, giving them a chance to stay logged in.
November 14, 2024 at 7:12 PM