You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 10, 2023. It is now read-only.
Currently we're persisting data in the Redux store that we do not need to persist. Having this data in the store makes it easy to access, but persistence is definitely not needed for the following:
languages
allLanguages
sentences (from the review)
router
The text was updated successfully, but these errors were encountered:
Currently we're persisting data in the Redux store that we do not need to persist. Having this data in the store makes it easy to access, but persistence is definitely not needed for the following:
The text was updated successfully, but these errors were encountered: