# Introduction

<div align="left"><figure><img src="https://2096029297-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fa8hQdsN7Pv00B1Pt9tuc%2Fuploads%2FF4Rh2PHWidya4YhQ9dHK%2Fno-reducer.png?alt=media&#x26;token=ea161df8-66ef-4362-aa9c-eddfa75f1cb9" alt="" width="375"><figcaption></figcaption></figure></div>

This tool is for developers who use <mark style="color:purple;">Redux</mark> to manage states but want to avoid creating reducers multiple times. With this tool, you can create states without having to create reducers. You can also perform various actions on the state tree, like inserting, replacing, updating, or removing .etc.

This library is an add-on, which means you can use it alongside your existing way of working with <mark style="color:purple;">Redux</mark>. It won't affect anything in your current workflow.
