Advertisement · 728 × 90

Posts by Thành

It should be 1 in 1.

8 months ago 1 0 0 0

Oh yes! So my projects gonna 100% react-query coverage soon 🤞

1 year ago 2 0 0 0

I need to start a "simple" React app. It's a static content landing page with a contact form. User submission need to do some check and write to Google Spreadsheet. It also need to call Telegram API to notify a sale (and referer) to follow up.
So in 2025, ViteJS or NextJS?

1 year ago 1 0 0 0
Post image

Someone has already opened an issue on Vercel. github.com/vercel/next....

But it can reproduce with blank nextjs without payloadcms. github.com/trangcongtha...

1 year ago 1 0 0 0
Post image

Raycast alias is so good. I'm changing my terminal from wezterm to ghostty. But my muscle memory keep open wezterm 🥹 Then I set alias for ghostty to "terminal" and use it from now on 💪

1 year ago 0 0 0 0
Post image

@leerob.com I really want to migrate from unstable_cache to "use cache". But I can't build my project if it includes this snippet. I tried adding the connection as suggested by the console, but I still can't build it 😢

1 year ago 3 0 1 0

I'm using iCloud custom email. 5 free emails for each domain 😄

1 year ago 1 0 0 0

Ah yes! Nothing can beat vim/neovim in server 💪 And beware that you gonna addict to vim motion soon. After that, changing editor/IDE will be touch 🥹

1 year ago 2 0 0 0
Advertisement

It'll not fun anymore when you down to config lsp and other tools 🤣 I'm moving on and giving Zed a try today.

1 year ago 2 0 1 0

To reduce your bundle size. The bundler will only include the code you need rather than the entire React.

1 year ago 0 0 1 0
Firefox with compact theme. It's look like Safari.

Firefox with compact theme. It's look like Safari.

Firefox but Safari 🤣

After looking for uBlock Origin alternative (Because it soon no longer worked on Chrome), I saw everyone recommended switch to Firefox and keep using uBO. And I give it a try. With compact theme, I'm happy to use it as my main browser for now.

1 year ago 0 0 0 0

Just edit your team name and it'll display correctly. I think when they migrated data to team feature, their script did not support utf-8 characters.

1 year ago 1 0 1 0

Over my last 8 years, CSR only. Even some features should be use SSR, our team still do CSR.
So I always keep an eye on Tanstack Start because of "Client-Side First, 100% Server Capable" 🥳

1 year ago 1 0 0 0

Black Friday this year is hard 🥹 BoltAI 60% vs Affinity 50% off are killing me. Want both but my wallet only allow one.

1 year ago 1 0 0 0
// ✅ Do
import { } from 'react'
import * as React from 'react'

// ❌ Don't
import React from 'react'

// ✅ Do import { } from 'react' import * as React from 'react' // ❌ Don't import React from 'react'

I think it's team preferences. Only import React from 'react' should be avoided.

1 year ago 1 0 2 0
Advertisement

Both ```import { } from 'react'``` and ```import * as React from 'react'``` are valid options. Only ```import React from 'react'``` should be avoided.

1 year ago 0 0 0 0

Week after on 🦋, my feed:
- No US politic posts
- No weird Arabic ads (I don't even know that language) 🤷
- No stupid scam coin ads
- No 18+ pictures/videos 🤔
- ONLY and only tech related stuffs 🥹

I also took some code from bsky repo 🤣

#makeblueskyworktogether

1 year ago 1 0 1 0

Im wondering how other FE devs can use Safari as their main browser 🤔 Someone said to me “Just use standard stuffs and you good to go”. But Safari just bite me in ass because Im using css grayscale for html elements inside svg foreignObject 🙃

1 year ago 2 0 0 0