/reduz

A react state management tool based on useReducer and context. Just a toy 🧸.

Primary LanguageTypeScriptMIT LicenseMIT

Reduz

A react state management tool based on useReducer and context

Reduz is just a toy, it has no NPM package, DO NOT use it in production.

Motivation

I decided to write this tool because of some tweets:

tweet0

@acdlite said "there are better solutions" to replace Redux.

tweet1

Someone(@vcarl_) asked him "what the better solutions are", the answer mentioned "useReducer + context is fine".

So I just can't wait to implement it for fun ❤️.

Storybook(demos)

Storybook

Roadmap

  • Readme
  • Document
  • reduz-middleware
  • reduz-logger