We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Look into https://github.com/paularmstrong/normalizr
Redux stores pages as an array of blocks with no children To query a pages children we currently just filter all pages, this has some benefits
Work out how best to store, in a normalized way:
Ideally - we want no duplication of data.
The text was updated successfully, but these errors were encountered:
Using a normalized tree structure in redux would also enable ordering of children, a current flaw with the existing implementation.
This is a high priority fix.
Sorry, something went wrong.
oliverbutler
No branches or pull requests
Look into https://github.com/paularmstrong/normalizr
Currently
Redux stores pages as an array of blocks with no children
To query a pages children we currently just filter all pages, this has some benefits
Proposed
Work out how best to store, in a normalized way:
Ideally - we want no duplication of data.
The text was updated successfully, but these errors were encountered: