hackforla / lucky-parking

Visualization of parking data to assist in understanding of the effects of parking policies on a neighborhood by neighborhood basis in the City of Los Angeles
https://www.hackforla.org/projects/lucky-parking.html
34 stars 59 forks source link

[Frontend] Implement Redux Toolkit for global state management #639

Open glenflorendo opened 3 months ago

glenflorendo commented 3 months ago

User Story

As a developer, I want to integrate Redux Toolkit into our web application to manage global UI and data states efficiently, improving the overall performance and maintainability of our codebase.

Description

Redux Toolkit provides a set of tools and best practices for managing state in a Redux application. By utilizing Redux Toolkit, we can streamline our state management logic, simplify the implementation of actions and reducers, and enhance the scalability and maintainability of our codebase.

Acceptance Criteria

Technical References

Design References:

N/A