ai-cfia / fertiscan-frontend

This repository is for the frontend of the project react
MIT License
1 stars 0 forks source link

Implement a session wide variable that represents the state of the application #94

Closed Youllou closed 6 days ago

Youllou commented 1 week ago

Description

To make the application statefull we need a way to keep track of the state of the apllication. The state of a tab should not impact the state of an other tab, hence the session wide.

Tasks

Acceptance criteria