Hacker News new | ask | show | jobs
by valand 1338 days ago
The difference is that database is an external entity. The physical representation of the database's state is not owned by your app. On the other hand your redux instance is owned by your client side app. It lives and dies with your app.

At least that is how your user expected your app to be.

There are no strict rule over your system design other than "whatever makes sense the most"