I’ve got a bit of quiet time and was looking refactoring some components and wanted to know what is the community doing ? Is there a right amount of nesting that people use ?
What would qualify for a nested instance ? Are there any resources available on that topic ?
I have a some complex components like select lists and wizard and never know what should be instantiated and what should be kept as normal layer throughout all the states?
What do you folks do ?