DEV Community

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

Jotai Tips

Jotai Tips

Comments
1 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
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

How to Use Jotai and useTransition for Mutation

2
Comments
4 min read
Why Zustand Typescript Implementation Is So Ugly

Why Zustand Typescript Implementation Is So Ugly

Comments
2 min read
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

Demystifying Create React Signals Internals

1
Comments
4 min read
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

Why We Need Jotai v2 API

5
Comments
7 min read
How Jotai Specifies Package Entry Points

How Jotai Specifies Package Entry Points

7
Comments
4 min read
When I Use Valtio and When I Use Jotai

When I Use Valtio and When I Use Jotai

7
Comments
4 min read
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

Learning React State Manager Jotai With 7GUIS Tasks

2
Comments
7 min read
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

Testing Global State Libraries With React 18 Alpha Concurrent Rendering

1
Comments
2 min read
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

Developing React Global State Library With Atom Abstraction

10
Comments 2
4 min read
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

Steps to Develop Global State for React With Hooks Without Context

11
Comments
4 min read
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

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

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

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

7
Comments
4 min read
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

Off-main-thread React Redux with Performance

7
Comments
4 min read
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

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

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

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

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

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

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

Four different approaches to non-Redux global state libraries

4
Comments
3 min read
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

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

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

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

6
Comments
4 min read
loading...