Hey all,
Debating what the best approach is to provide Dictionary values out of the backoffice of a V13 site to an embedded react app loaded through a view component.
My current thinking is: Create an APIController that can be called via the react app returning all of the required values and then simply hooking that up in react as needed.
But wondered if anyone tackled a similar situation and whether theres any fancy ways to almost do this without needing to hook up a custom API Endpoint?