c0d3-app
c0d3-app copied to clipboard
Create local state for review system
In some cases it's useful to keep track of certain data but it doesn't make sense to store it in database.
For example:
- New comments since the last visit
- Hidden/shown conversations for every submissions #892
- Saving unsubmitted input #848
It could be a plain old local storage or a fancy apollo integration.