Hooks
- Why useSyncExternalStore Is Not Used in Jotai
- Why You Don't Need Signals in React
- You Might Not Need React Query for Jotai
- Why We Need Jotai v2 API
- Learning React State Manager Jotai With 7GUIS Tasks
- Testing Global State Libraries With React 18 Alpha Concurrent Rendering
- Developing React Global State Library With Atom Abstraction
- Steps to Develop Global State for React With Hooks Without Context
- How to Handle Async Actions for Global State With React Hooks and Context
- Developing a React Library for Suspense for Data Fetching in Concurrent Mode
- React Tracked Documentation Website with Docusaurus v2
- How I Developed React Hooks for Web Workers
- 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
- Four different approaches to non-Redux global state libraries
- React hooks useState and useReducer are equivalent in theoretical expressiveness
- Redux-less context-based useSelector hook that has same performance as React-Redux
- 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
- Benchmark the alpha-released hooks API in React Redux with alternatives
- New React Redux coding style with hooks without selectors
- Compose React hooks like composing React components
- How to create React custom hooks for data fetching with useEffect
- How to properly use the React useRef hook in Concurrent Mode
- useFetch: React custom hook for Fetch API with Suspense and Concurrent Mode in Mind
- Playing with React Hooks and Web Workers
- A thought on React Context default value
- Developing React custom hooks for abortable async functions with AbortController
- Developing React custom hooks for Redux without react-redux
- Introduction to abortable async functions for React with hooks
- React Hooks Tutorial on Developing a Custom Hook for Data Fetching
- 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
- 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