G1enB1and / Gallery

Picture Gallery with support for editing metadata such as tags
0 stars 0 forks source link

try Redux for state management #76

Open G1enB1and opened 4 months ago

G1enB1and commented 4 months ago

State Management: The project uses a combination of global variables, localStorage, and sessionStorage for state management. Consider using a more structured state management approach, like Redux or a custom state management solution.