Daishi Kato's blog
  • All Posts
  • Contact

Daishi Kato's blog

My Picture
All Posts Contact

Redux

  • Testing Global State Libraries With React 18 Alpha Concurrent Rendering
  • Developing a Memoization Library With Proxies
  • Redux in Worker: Off-main-thread Redux Reducers and Middleware
  • Steps to Develop Global State for React With Hooks Without Context
  • Off-main-thread React Redux with Performance
  • 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
  • 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
  • Redux-less context-based useSelector hook that has same performance as React-Redux
  • 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
  • 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
  • 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)