Global-State
- How Valtio Was Born
- How Jotai Was Born
- How Zustand Was Born
- Jotai Tips
- Why useSyncExternalStore Is Not Used in Jotai
- How to Use Jotai and useTransition for Mutation
- Why Zustand Typescript Implementation Is So Ugly
- Why You Don't Need Signals in React
- Demystifying Create React Signals Internals
- You Might Not Need React Query for Jotai
- Why We Need Jotai v2 API
- When I Use Valtio and When I Use Jotai
- How Valtio Proxy State Works (React Part)
- Learning React State Manager Jotai With 7GUIS Tasks
- How Valtio Proxy State Works (Vanilla Part)
- Testing Global State Libraries With React 18 Alpha Concurrent Rendering
- Developing React Global State Library With Atom Abstraction
- Redux in Worker: Off-main-thread Redux Reducers and Middleware
- Steps to Develop Global State for React With Hooks Without Context
- How to Handle Async Actions for Global State With React Hooks and Context
- React Tracked Documentation Website with Docusaurus v2
- Off-main-thread React Redux with Performance
- 4 options to prevent extra rerenders with React context
- React hooks-oriented Redux coding pattern without thunks and action creators
- How I developed a Concurrent Mode friendly library for React Redux
- Effortless render optimization with state usage tracking with React hooks
- How to use react-tracked: React hooks-oriented Todo List example
- What is state usage tracking? A novel approach to intuitive and performant global state with React hooks and Proxy
- Super performant global state with React context and hooks
- Redux meets hooks for non-redux users: a small concrete example with reactive-react-redux
- Four patterns for global state with React hooks: Context or Redux
- Developing React custom hooks for Redux without react-redux
- A deadly simple React bindings library for Redux with Hooks API
- React Hooks Tutorial on pure useReducer + useContext for global state like Redux and comparison with react-hooks-global-state
- React global state by Context API for TypeScript
- Redux middleware compatible React Hooks library for easy global state management
- An alternative to React Redux by React Hooks API (For both JavaScript and TypeScript)
- TypeScript-aware React hooks for global state
- React global state by Context API