Teruhisa's Avatar

Teruhisa

@t6a.dev.bsky.social

Individual LLC, Dad of 2, Software Engineer/Developer, JS/TS, React http://jotaifriends.dev ๐Ÿ—ฃ Almost about web dev in Japanese ๐Ÿ http://discord.gg/zPhh4KeBm5 Home town: ็†Šๆœฌ

57 Followers  |  86 Following  |  61 Posts  |  Joined: 15.05.2023  |  1.7651

Latest posts by t6a.dev on Bluesky

Post image

Today I learned that this works in Next.js, maybe?

30.07.2025 12:10 โ€” ๐Ÿ‘ 0    ๐Ÿ” 0    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0
Video thumbnail

I'm enjoying playing Activity x Jotai now in React ๐Ÿ‘ป
Can you confirm what is happening here?
codesandbox.io/p/sandbox/52...
The refresh logic can be implemented as an interval instead.

02.05.2025 14:50 โ€” ๐Ÿ‘ 0    ๐Ÿ” 0    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0
Post image

Looking forward to reading it. New features are popping up.

react.dev/blog/2025/04...

24.04.2025 12:29 โ€” ๐Ÿ‘ 1    ๐Ÿ” 0    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0
React for Two Computers โ€” overreacted Two things, one origin.

โš›๏ธ๐Ÿ“ New on Overreacted: React for Two Computers

09.04.2025 08:46 โ€” ๐Ÿ‘ 343    ๐Ÿ” 49    ๐Ÿ’ฌ 28    ๐Ÿ“Œ 13
Preview
Introduction - Model Context Protocol Get started with the Model Context Protocol (MCP)

ใ‚ˆใ†ใ‚„ใ็œŸ้ข็›ฎใซMCPใซใคใ„ใฆ่ชญใฟๅง‹ใ‚ใพใ—ใŸ
modelcontextprotocol.io/introduction

08.04.2025 13:53 โ€” ๐Ÿ‘ 0    ๐Ÿ” 0    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0
Preview
GitHub - rbuckton/proposal-enum: Proposal for ECMAScript enums Proposal for ECMAScript enums. Contribute to rbuckton/proposal-enum development by creating an account on GitHub.

ECMAScript excitement ๐Ÿ˜‰

TypeScript's @chronicles.org is pitching enum in JS ๐ŸŽ‰

It's the good parts of TS enum + enhancements:

๐Ÿ”ถ More datatypes: Symbols etc
๐Ÿ”ถ Iterable
๐Ÿ”ถ Immutable
๐Ÿ”ถ Null prototype
๐Ÿ”ถ No declaration merging
๐Ÿ”ถ Compatible with Node type-stripping ๐Ÿ‘

github.com/rbuckton/pro...

04.04.2025 07:52 โ€” ๐Ÿ‘ 139    ๐Ÿ” 31    ๐Ÿ’ฌ 8    ๐Ÿ“Œ 3
Post image

TIL
้…ๅˆ—ใฎ่ฆ็ด ใŒๅ…จใฆใƒฆใƒ‹ใƒผใ‚ฏใงใ‚ใ‚‹ใ“ใจใ‚’ใƒใ‚งใƒƒใ‚ฏใงใใ‚‹ๅž‹ ๐Ÿงฉ
7่กŒ็›ฎใฎ็™บๆƒณใŒ็„ก็†ใงใ™ใ‚ใ€‚
www.typescriptlang.org/play/#code/C...

24.03.2025 13:35 โ€” ๐Ÿ‘ 0    ๐Ÿ” 0    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0
Post image Post image

In RSCs, we should be careful when passing multiple promises to client components.
In <PatternA />, all components are displayed after 10 seconds under a single <Suspense />.
In <PatternB />, <User /> appears first after 5 seconds, then <NewsB /> is shown.

08.03.2025 04:03 โ€” ๐Ÿ‘ 0    ๐Ÿ” 0    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0
Post image

TIL we can't live without Prettier

26.02.2025 11:48 โ€” ๐Ÿ‘ 0    ๐Ÿ” 0    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0
Preview
ใƒ‰ใƒผใƒŠใƒƒใƒ„ใŒ"use client"ใ‚’ๅˆถใ™ใ‚‹้ต๏ผŸ

zenn.dev/tell_y/artic...

25.02.2025 01:18 โ€” ๐Ÿ‘ 0    ๐Ÿ” 0    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0
Post image

Premise: App Router in Next.js.

This page has tabs and buttons. Because of that, these elements need to be client components, so 'use client' is required.
How would you design your component tree? If you follow the โ€œdonutโ€ mindset, the answer should become clear on its own.

24.02.2025 01:56 โ€” ๐Ÿ‘ 0    ๐Ÿ” 0    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0
Preview
Sunsetting Create React App โ€“ React The library for web and native user interfaces

Today, weโ€™re deprecating Create React App for new apps, and encouraging existing apps to migrate to a framework.

Weโ€™re also providing docs for when a framework isnโ€™t a good fit for your project, or you prefer to start by building a framework.

react.dev/blog/2025/02...

14.02.2025 18:44 โ€” ๐Ÿ‘ 583    ๐Ÿ” 107    ๐Ÿ’ฌ 33    ๐Ÿ“Œ 77
Post image

Interesting.
How will it be changed in 2025?
2024.stateofreact.com

10.02.2025 12:41 โ€” ๐Ÿ‘ 0    ๐Ÿ” 0    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0

@danabra.mov ๅ…ˆ็”Ÿใ€ใŠ็–ฒใ‚Œๆง˜ใงใ—ใŸใ€‚
ใ‚†ใฃใใ‚Šใจไผ‘ใ‚“ใงใ€ใพใŸๆ—ฅๆœฌใซ้Šใณใซๆฅใฆใใ ใ•ใ„ใญ ๐ŸŒธ

06.02.2025 14:44 โ€” ๐Ÿ‘ 0    ๐Ÿ” 0    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0
Preview
pnpm ใจใ‚ปใ‚ญใƒฅใ‚ขใชไพๅญ˜็ฎก็† pnpm v10 ใง็™ปๅ ดใ—ใŸๆฉŸ่ƒฝใจใใฎ่ƒŒๆ™ฏ

ใƒ–ใƒญใ‚ฐใ‚’ๆ›ดๆ–ฐใ—ใพใ—ใŸ

blog.re-taro.dev/p/01JJPCQXJE...

31.01.2025 15:03 โ€” ๐Ÿ‘ 4    ๐Ÿ” 1    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0
Preview
Add deprecation to website by rickhanlonii ยท Pull Request #17008 ยท facebook/create-react-app Adds a banner with deprecation notice Adds a noindex meta tag to home page to remove from search Add og meta info for when noindex is ignored TODO: post a discussion with a deprecation notice, and...

I didn't know that the Create React App website was still alive until today ๐Ÿ˜…
github.com/facebook/cre...
create-react-app.dev

31.01.2025 12:20 โ€” ๐Ÿ‘ 0    ๐Ÿ” 0    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0
Post image

Yay, it's fine in my case~
redux.js.org/faq/organizi...

31.01.2025 05:23 โ€” ๐Ÿ‘ 0    ๐Ÿ” 0    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0
Preview
Shiki A beautiful yet powerful syntax highlighter

Shiki v2.0.0 is here, and it's boring!

v2 has no hard breaking-changes but will emit deprecation warnings by default. Upgrade and migrate following the warnings; v3 is coming soon!

shiki.style/blog/v2

20.01.2025 08:38 โ€” ๐Ÿ‘ 91    ๐Ÿ” 12    ๐Ÿ’ฌ 3    ๐Ÿ“Œ 0

With RSC you usually don't need to inspect the server because the console logs are also available in the client console. However, for advanced use cases it can still be useful to dig into using Chrome Inspector. I much prefer that over using the Terminal.

NODE_OPTIONS='--inspect' pnpm next dev

15.01.2025 16:31 โ€” ๐Ÿ‘ 9    ๐Ÿ” 1    ๐Ÿ’ฌ 1    ๐Ÿ“Œ 0
Preview
Node.js Type Stripping Explained Discover everything about Node.js TypeScript integration, the technical details, benefits, and reasoning behind this highly anticipated feature.

I wrote this article to explain the technical details behind Node.js Type Stripping ๐Ÿ‘‡
satanacchio.hashnode.dev/everything-y...

13.01.2025 10:31 โ€” ๐Ÿ‘ 98    ๐Ÿ” 32    ๐Ÿ’ฌ 2    ๐Ÿ“Œ 4

"strict SPA"

14.01.2025 13:16 โ€” ๐Ÿ‘ 0    ๐Ÿ” 0    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0

I didnโ€™t have a time to eat something are popular food at New Year, ใŠๆญฃๆœˆ yet because of flu๐Ÿ˜ท
For me, ใŠ้›‘็…ฎใ€ๆ•ฐใฎๅญใ€ๅˆบ่บซใ€้ฆฌๅˆบใ—ใ€่Ÿน้‹
๐Ÿฃ๐Ÿถ

09.01.2025 13:49 โ€” ๐Ÿ‘ 0    ๐Ÿ” 0    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0

Curious:
Radix UI vs. Base UI

19.12.2024 02:29 โ€” ๐Ÿ‘ 0    ๐Ÿ” 0    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0
Preview
State of JavaScript 2024 The 2024 edition of the annual survey about the latest trends in the JavaScript ecosystem.

The State of JS 2024 survey results are now live! 2024.stateofjs.com/en-US

A couple highlights ๐Ÿงต

16.12.2024 02:46 โ€” ๐Ÿ‘ 106    ๐Ÿ” 46    ๐Ÿ’ฌ 8    ๐Ÿ“Œ 5
Preview
Waku, the minimal React framework A lightweight alternative React framework with a fun developer experience. Loved by React developers at startups and agencies.

โ›ฉ๏ธ Waku v0.21.9 has been released! This version adds progressive enhancement support and many bug fixes. Don't miss updating it.

Waku is a React framework with RSC capabilities. Learn more at waku.gg.

15.12.2024 12:59 โ€” ๐Ÿ‘ 40    ๐Ÿ” 4    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0
Post image

TIL(part 2): <const T extends ...>

const !?๐Ÿคฏ

Did you know about `const Type Parameters`?
www.typescriptlang.org/docs/handboo...

tsplay.dev/WkZx9m

12.12.2024 05:12 โ€” ๐Ÿ‘ 0    ๐Ÿ” 0    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0
Preview
ใƒœใ‚ฟใƒณใƒญใƒผใƒ‡ใ‚ฃใƒณใ‚ฐ่กจ็คบใฎใ‚ตใ‚คใ‚บๅˆถๅพกใซ้–ขใ™ใ‚‹Tips

ใ›ใฃใ‹ใใชใฎใง่จ˜ไบ‹ใซใ€‚
zenn.dev/tell_y/artic...

12.12.2024 02:43 โ€” ๐Ÿ‘ 0    ๐Ÿ” 0    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0

TIL: a lot
play.tailwindcss.com/CyOQ1MFT0f?l...

12.12.2024 00:54 โ€” ๐Ÿ‘ 2    ๐Ÿ” 0    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0
Post image

Late to join this.

Thank you, adventofts.com

11.12.2024 13:02 โ€” ๐Ÿ‘ 0    ๐Ÿ” 0    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0
Post image

Discordใ‚ตใƒผใƒใƒผ100ไบบ็ช็ ด ๐Ÿ™Œ
discord.gg/5B9jYpABUy

11.12.2024 10:56 โ€” ๐Ÿ‘ 1    ๐Ÿ” 1    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0

@t6a.dev is following 19 prominent accounts