arugyani / shopIQ

LLM powered high-consideration research tool for UTD senior project
1 stars 0 forks source link

frontend: redux store #33

Closed arugyani closed 3 months ago

arugyani commented 3 months ago

Redux Store

This ticket sets up the Redux store for handling data across components in the frontend. The main reason for this is due to the search history functionality requiring cross-component state management. This is doable without Redux but after discussion with @prajwalpkn, we decided to go with Redux to reduce general complexity.

TODO:

arugyani commented 3 months ago

Link to useful Redux Toolkit Info