Forem

Daishi Kato profile picture

Daishi Kato

Freelance programmer. Open source enthusiast. Author of https://jotai.org, valtio, etc. https://contact.axlight.com https://discord.gg/MrQdmzd

Six Year Club
Five Year Club
Writing Debut
Four Year Club
Three Year Club
Two Year Club
One Year Club
4 Week Writing Streak
How Jotai Was Born
Cover image for How Jotai Was Born

How Jotai Was Born

17
Comments 3
4 min read

Want to connect with Daishi Kato?

Create an account to connect with Daishi Kato. You can also sign in below to proceed if you already have an account.

Already have an account? Sign in
How Zustand Was Born
Cover image for How Zustand Was Born

How Zustand Was Born

7
Comments 4
2 min read
Jotai Tips
Cover image for Jotai Tips

Jotai Tips

Comments
1 min read
Why useSyncExternalStore Is Not Used in Jotai
Cover image for Why useSyncExternalStore Is Not Used in Jotai

Why useSyncExternalStore Is Not Used in Jotai

1
Comments
3 min read
How to Use Jotai and useTransition for Mutation
Cover image for How to Use Jotai and useTransition for Mutation

How to Use Jotai and useTransition for Mutation

1
Comments
4 min read
Why Zustand Typescript Implementation Is So Ugly
Cover image for Why Zustand Typescript Implementation Is So Ugly

Why Zustand Typescript Implementation Is So Ugly

1
Comments
2 min read
Why You Don't Need Signals in React
Cover image for Why You Don't Need Signals in React

Why You Don't Need Signals in React

4
Comments
4 min read
Demystifying Create React Signals Internals
Cover image for Demystifying Create React Signals Internals

Demystifying Create React Signals Internals

1
Comments
4 min read
You Might Not Need React Query for Jotai
Cover image for You Might Not Need React Query for Jotai

You Might Not Need React Query for Jotai

8
Comments 4
4 min read
Why We Need Jotai v2 API
Cover image for Why We Need Jotai v2 API

Why We Need Jotai v2 API

5
Comments
7 min read
How Jotai Specifies Package Entry Points
Cover image for How Jotai Specifies Package Entry Points

How Jotai Specifies Package Entry Points

6
Comments
4 min read
When I Use Valtio and When I Use Jotai
Cover image for When I Use Valtio and When I Use Jotai

When I Use Valtio and When I Use Jotai

8
Comments
4 min read
How Valtio Proxy State Works (React Part)
Cover image for How Valtio Proxy State Works (React Part)

How Valtio Proxy State Works (React Part)

12
Comments 1
4 min read
Learning React State Manager Jotai With 7GUIS Tasks
Cover image for Learning React State Manager Jotai With 7GUIS Tasks

Learning React State Manager Jotai With 7GUIS Tasks

2
Comments
7 min read
How Valtio Proxy State Works (Vanilla Part)
Cover image for How Valtio Proxy State Works (Vanilla Part)

How Valtio Proxy State Works (Vanilla Part)

9
Comments
4 min read
Testing Global State Libraries With React 18 Alpha Concurrent Rendering
Cover image for Testing Global State Libraries With React 18 Alpha Concurrent Rendering

Testing Global State Libraries With React 18 Alpha Concurrent Rendering

1
Comments
2 min read
Developing a Memoization Library With Proxies
Cover image for Developing a Memoization Library With Proxies

Developing a Memoization Library With Proxies

7
Comments
4 min read
Developing React Global State Library With Atom Abstraction
Cover image for Developing React Global State Library With Atom Abstraction

Developing React Global State Library With Atom Abstraction

10
Comments 2
4 min read
Redux in Worker: Off-main-thread Redux Reducers and Middleware
Cover image for Redux in Worker: Off-main-thread Redux Reducers and Middleware

Redux in Worker: Off-main-thread Redux Reducers and Middleware

14
Comments
5 min read
Steps to Develop Global State for React With Hooks Without Context
Cover image for Steps to Develop Global State for React With Hooks Without Context

Steps to Develop Global State for React With Hooks Without Context

11
Comments
4 min read
Lazy Load Apollo Link in Apollo Client
Cover image for Lazy Load Apollo Link in Apollo Client

Lazy Load Apollo Link in Apollo Client

7
Comments
2 min read
How to Handle Async Actions for Global State With React Hooks and Context
Cover image for How to Handle Async Actions for Global State With React Hooks and Context

How to Handle Async Actions for Global State With React Hooks and Context

12
Comments
5 min read
Diving Into React Suspense Render-as-You-Fetch for REST APIs
Cover image for Diving Into React Suspense Render-as-You-Fetch for REST APIs

Diving Into React Suspense Render-as-You-Fetch for REST APIs

55
Comments
6 min read
Developing a React Library for Suspense for Data Fetching in Concurrent Mode
Cover image for Developing a React Library for Suspense for Data Fetching in Concurrent Mode

Developing a React Library for Suspense for Data Fetching in Concurrent Mode

7
Comments
4 min read
React Tracked Documentation Website with Docusaurus v2
Cover image for React Tracked Documentation Website with Docusaurus v2

React Tracked Documentation Website with Docusaurus v2

6
Comments
3 min read
Off-main-thread React Redux with Performance
Cover image for Off-main-thread React Redux with Performance

Off-main-thread React Redux with Performance

7
Comments
4 min read
How I Developed React Hooks for Web Workers
Cover image for How I Developed React Hooks for Web Workers

How I Developed React Hooks for Web Workers

7
Comments
3 min read
4 options to prevent extra rerenders with React context
Cover image for 4 options to prevent extra rerenders with React context

4 options to prevent extra rerenders with React context

6
Comments
4 min read
React hooks-oriented Redux coding pattern without thunks and action creators
Cover image for React hooks-oriented Redux coding pattern without thunks and action creators

React hooks-oriented Redux coding pattern without thunks and action creators

8
Comments
6 min read
How I developed a Concurrent Mode friendly library for React Redux
Cover image for How I developed a Concurrent Mode friendly library for React Redux

How I developed a Concurrent Mode friendly library for React Redux

4
Comments
5 min read
Effortless render optimization with state usage tracking with React hooks
Cover image for Effortless render optimization with state usage tracking with React hooks

Effortless render optimization with state usage tracking with React hooks

5
Comments
3 min read
How to use react-tracked: React hooks-oriented Todo List example
Cover image for How to use react-tracked: React hooks-oriented Todo List example

How to use react-tracked: React hooks-oriented Todo List example

9
Comments
4 min read
What is state usage tracking? A novel approach to intuitive and performant global state with React hooks and Proxy
Cover image for What is state usage tracking? A novel approach to intuitive and performant global state with React hooks and Proxy

What is state usage tracking? A novel approach to intuitive and performant global state with React hooks and Proxy

4
Comments
3 min read
Four different approaches to non-Redux global state libraries
Cover image for Four different approaches to non-Redux global state libraries

Four different approaches to non-Redux global state libraries

4
Comments
3 min read
React hooks useState and useReducer are equivalent in theoretical expressiveness
Cover image for React hooks useState and useReducer are equivalent in theoretical expressiveness

React hooks useState and useReducer are equivalent in theoretical expressiveness

5
Comments
2 min read
Redux-less context-based useSelector hook that has same performance as React-Redux

Redux-less context-based useSelector hook that has same performance as React-Redux

7
Comments
2 min read
Super performant global state with React context and hooks
Cover image for Super performant global state with React context and hooks

Super performant global state with React context and hooks

9
Comments
3 min read
Redux meets hooks for non-redux users: a small concrete example with reactive-react-redux
Cover image for Redux meets hooks for non-redux users: a small concrete example with reactive-react-redux

Redux meets hooks for non-redux users: a small concrete example with reactive-react-redux

7
Comments
4 min read
Four patterns for global state with React hooks: Context or Redux
Cover image for Four patterns for global state with React hooks: Context or Redux

Four patterns for global state with React hooks: Context or Redux

6
Comments
4 min read
loading...