Search
1000 results for “daishi”
-
Waku supports client component HMR! See it in action!
Try it your self 👉 https://stackblitz.com/github/dai-shi/waku/tree/v0.21.1/examples/01_template
-
Waku v0.21.1 is out with some small improvements. Actually, one of them is quite significant, thanks to a new contributor!
You can try it with `npm create waku@latest`.
-
Would anyone out there be familiar with SWC?
-
🎉 Super excited to announce the release of Waku v0.21, which comes with full Server Actions support! Waku, the minimal React framework built for RSC, now offers complete RSC capabilities.
Check out the announcement article 👉 https://waku.gg/blog/server-actions-are-here ⛩️
-
Waku v0.21.0-beta.4 is out! Sorry to keep you waiting for the finalized version.
If you get a chance, try `npm create waku@next` and share your experience.
-
Just released jotai-immer v0.4.0! This library lets you define Jotai atoms with Immer.
I'm looking for a collaborator to help maintain this library. Let me know if you're interested, especially if you use it in production. https://github.com/jotaijs/jotai-immer
-
jotai-immer v0.3.0 is released! https://github.com/jotaijs/jotai-immer
I haven't heard a lot about the use of this, but it must be used for several people. There was a PR and this version includes it. I'm not actively maintaining this package, so I'm happy if I can find a new maintainer.
-
jotai-tanstack-query v0.8.0 is released! Welcome to our new maintainer, kalijonn! The new API introduces a breaking change, but it's designed to be in line with the React hooks binding of TanStack Query.
-
jotai-tanstack-query v0.8.0 is released! Welcome to our new maintainer, kalijonn! The new API introduces a breaking change, but it's designed to be in line with the React hooks binding of TanStack Query.
-
jotai-tanstack-query v0.8.0 is released! Welcome to our new maintainer, kalijonn! The new API introduces a breaking change, but it's designed to be in line with the React hooks binding of TanStack Query.
-
jotai-tanstack-query v0.8.0 is released! Welcome to our new maintainer, kalijonn! The new API introduces a breaking change, but it's designed to be in line with the React hooks binding of TanStack Query.
-
jotai-tanstack-query v0.8.0 is released! Welcome to our new maintainer, kalijonn! The new API introduces a breaking change, but it's designed to be in line with the React hooks binding of TanStack Query.
-
🔴Live Youtube🔴
Western Tea vs Gongfu Tea Brewing 【Chat & Tea】https://www.youtube.com/watch?v=STIMLAYa3G4
#VTuberUprising #Envtuber #vtuberen #vtuber #vtubers #livestream #youtube #tea #coldbrewtea -
As React Query won, and with React 19 landing soon, I decided to deprecate one of my old projects. Thanks for your interest and support. It was a long journey, but my focus on data fetching is now on Waku.
-
🎉 Announcing React-Tracked v2.0.0! Optimize re-renders with React Context, Zustand, or Redux. No selectors needed. State usage is magically tracked with Proxies. Now compatible with memo & useMemo in React 18 & 19, and hopefully with React Compiler!
-
🚀 New major release: use-context-selector v2.0.0! This userland library optimizes React renders with context and selectors. Now with a simpler bundle setup. Upgrade if you're on React 18! https://github.com/dai-shi/use-context-selector
-
📢 Just published React-Tracked v2.0.0-rc.0!
Is anyone out there a React-Tracked user? I need your help to confirm if it works. 🙌
-
As React is reaching 19, let's update some of my libraries deprecating old support.
Today, I worked on `use-context-selector`. Just published v2.0.0-beta.0. It drops React <18 and UMD.
Let me know if it works okay for you.
-
React-Tracked v1.17.4 and v2.0.0-beta.3 have been released!
Could some R-T users please try v2-beta? If I get one 👍 at least, I want to consider releasing v2.
-
I just released use-context-selector v1.4.4,
found out it's the 50th version,
and found out it has 100 dependents!
-
Just published the following packages:
- use-context-selector v1.4.3
- react-tracked v1.7.13
- react-tracked v2.0.0-beta.2They fixed an issue with React Native.
https://github.com/dai-shi/use-context-selector
https://github.com/dai-shi/react-tracked -
React-Tracked v2.0.0-beta.1 has been released! https://www.npmjs.com/package/react-tracked/v/2.0.0-beta.1
I gave up on full render optimization based on each render, but this is a best effort to be compatible with memoization.
Can any React-Tracked users try it please?
`npm i react-tracked@next`
-
React-Tracked v1.7.12 is just released! https://react-tracked.js.org
This version should fix the issue with React Native 0.72.
-
Just released use-context-selector v1.4.2! https://github.com/dai-shi/use-context-selector
It has been two years since the last release. This version should fix the issue with React Native 0.72.
-
I'm deprecating one of my old projects: https://github.com/dai-shi/react-hooks-global-state
It's one of my React hook libraries I developed in the early days. It's also the reason I joined the development of Zustand. Since v2, it internally uses Zustand. Now, it's marked as "NOT MAINTAINED".
-
Toward the new React era, some projects of mine are being deprecated, such as react-suspense-fetch https://github.com/dai-shi/react-suspense-fetch. It's trying to provide a low-level API for Suspense for Data Fetching.
-
Hi Zustand users,
I just opened a discussion about migrating to named exports.
Check it out: https://github.com/pmndrs/zustand/discussions/1506#ReactJS #Zustand #StateManagement #ReactHooks #JavaScript #TypeScript
-
React-Tracked v1.7.11 is released. https://react-tracked.js.org
It's not a state management library, but can be used with useState for state management. It works with Redux and Zustand too.
#ReactJS #StateManagement #ReactHooks #JavaScript #TypeScript
-
jotai-location v0.3.2 is released! https://github.com/jotai-labs/jotai-location
It has a util called `atomWithHash` to sync atom value with `location.hash`.
#ReactJS #Jotai #StateManagement #ReactHooks #JavaScript #TypeScript
-
Waku, a minimal React framework, v0.21.0-beta.0 is out! You can try it with:
`npm create waku@next`
#ReactJS #React #JavaScript #TypeScript #ServerComponents #Waku