Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Single source of truth and Redux #160

Open
gunnarsireus opened this issue Mar 15, 2019 · 0 comments
Open

Single source of truth and Redux #160

gunnarsireus opened this issue Mar 15, 2019 · 0 comments

Comments

@gunnarsireus
Copy link

Most web applications consist of a database where data is stored and a web interface from which a user can do CRUD operations on the database. This means that data is stored in 2 places. In the database and in the web interface. By using Redux we create a store to be the single source of truth. In reality, the database is the single source of sruth and the web interface is a reflection of the data in the database.
Do your really need Redux when storing data in a database?
Is Redux used on www.facebook.com where ReactJS is used?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant