It should be 1 in 1.
It should be 1 in 1.
Oh yes! So my projects gonna 100% react-query coverage soon π€
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?
Someone has already opened an issue on Vercel. github.com/vercel/next....
But it can reproduce with blank nextjs without payloadcms. github.com/trangcongtha...
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 πͺ
@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 π’
I'm using iCloud custom email. 5 free emails for each domain π
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 π₯Ή
It'll not fun anymore when you down to config lsp and other tools π€£ I'm moving on and giving Zed a try today.
To reduce your bundle size. The bundler will only include the code you need rather than the entire React.
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.
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.
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" π₯³
Black Friday this year is hard π₯Ή BoltAI 60% vs Affinity 50% off are killing me. Want both but my wallet only allow one.
// β 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.
Both ```import { } from 'react'``` and ```import * as React from 'react'``` are valid options. Only ```import React from 'react'``` should be avoided.
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
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 π