issues
search
searchx-framework
/
searchx-frontend
This is the frontend layer of SearchX. SearchX is a scalable collaborative search system being developed by Lambda Lab of TU Delft.
MIT License
14
stars
11
forks
source link
Refactor Stores (State Management)
#21
Closed
sindunuragarp
closed
4 years ago
sindunuragarp
commented
6 years ago
Issues:
The use of localstorage is very messy and spread out everywhere
localstorage should not be used for sensitive data (user code, etc)
There are different types of stores. Component stores, and global stores
The current library (flux) is very loosely defined, therefore it's easy to implement bad practices
Possible Solution:
Adopt a newer state management library which solves the issues in flux (ex: redux, mobx)
Issues:
Possible Solution: