Relative Content

Tag Archive for react-routernested-routesoutlet

React router 6 pass properties from parent to children

I am not a frontend expert, so excuse any stupidity in my question. So, the question is, how to organise router config so that props from parent component FieldFormats, which is just a list of available FieldFormat instances, to a child component FieldFormat using Outlet.
This is what I have at the moment (just an extract of full routerConfig):