oceanprotocol-archive / oceandao-proposal-portal

OceanDao proposal portal
0 stars 1 forks source link

Improve state management inside svelte #135

Open KatunaNorbert opened 2 years ago

KatunaNorbert commented 2 years ago

The state managements inside the Svelte web app it's poor, we need a better state management to reduce the number of requests each time we navigate to a new page. One big improvement would be to use navigate function from svelte-navigator instead of location.href which will not reload the page leading to losing the states and having to fetch them again each time we navigate through the pages