@jrich523
Solutions Architect
Nothing here yet.
Nothing here yet.
No blogs yet.
You do have decent inline comments however due to the number of files, walking thought this whole project is a pain. I've tried doing so and its just far to complex to try and figure it out this way. Also as far as this being "beginner friendly" its FAR from that. If you want something to be beginner friendly docs need to be released the same time as major updates.
Im sort of surprised you havent received an answer yet, so im going to chime in. Im obviously not the best person to answer this, but here goes. So in any of the docs i've read in regards to react it says to keep things as high as possible in the chain so that lower level components are pure, which decreases the odds of bugs being there. This means that you should have one high level container that not only holds your compoents, but also maintains state here which is then passed down to the child components. As far as the function to use, it should probably be in the compoentDidMount. sorry i cant be of more help, hopefully someone else chimes in