Hi I am developing and application that showing list of document and editing document.
In every document there is a possibility of having a lots of nested document as well. If I edit child document, parent document state have to change. I also need to access parent document in any nested level of child document.
What is the best state management approach for me to invest in this application
Summary of application:
List of Document screen => Clicking a document => showing a Edit screen of document=> clicking one of the child document => List screen=> same cycle
If possible please show me with simple code example
Thanks a lot for your time.