takurinton

@takurinton.dev

Come to think of it, the reason I wasn't logged in was because I was banned. I don't know the reason, but I probably hit the API too many times :)

Switched (a branch of) preact-iso over to use the upcoming Navigation API and it's really solid! Reduces lib code, fixes a few edge case situations that most routers struggle with, and adds a few features for free, no lib code necessary. It might've taken a while but I'm hyped for the future!

refactor: Switch to Navigation API by rschristian · Pull Request #75 · preactjs/preact-iso

No intention of landing this anytime soon, it's still Chrome-only, but it's a fun & promising test. Blocked on the upcoming .sourceElement property, else we can't handle anchor targ...

github.com

The whole hydration 2.0 work in Preact has me really excited. It enables this middle ground solution between streaming and rendering to string. We have renderToStringAsync which resolves promises on the server, so your whole html document can be created.

We just released the beta for TypeScript 5.8! This release brings support for Node.js' require(ESM), smarter/safer checks for functions using advanced types, a few great optimizations for editor scenarios, and more. Give it a try! devblogs.microsoft.com/typescript/a...

Announcing TypeScript 5.8 Beta - TypeScript

Today we are excited to announce the availability of TypeScript 5.8 Beta. To get started using the beta, you can get it through npm with the following command: npm install -D typescript@beta Let’s tak...

devblogs.microsoft.com

Is it appropriate to use Rust for a JavaScript module bundler? Actually, I think any language other than Rust is fine as long as it has a reasonably high degree of freedom in memory allocation. For example C++...

I updated Node.js at work. Since I was originally using an old runtime, I haven't been able to reach LTS yet. I'll work on that next week.

Since it's difficult to migrate to chakra-ui v3, I'm thinking of creating another component library with the same(like??) interface. I won't make it public because it's for work, but I'm sure I'll make something good. And the anatomy system will stop.

How can we express logical sum and logical product to create an easy-to-understand UI without specifying the order or grouping? I don't know it...(´・_・`)