I have encountered several different situations where I would like to fetch get a simple string from djedi-react, without using the Node element. There might already be ways to do this but it does not seem like they are very well documented nor as easy to use as the good old <Node uri=""></Node> in react components. Usecases I have found for this is for example using a djedi value as the title or entry in a select dropdown, currently it is fetched but simply coerced into a [object Object] string.
I have encountered several different situations where I would like to fetch get a simple string from djedi-react, without using the
Nodeelement. There might already be ways to do this but it does not seem like they are very well documented nor as easy to use as the good old<Node uri=""></Node>in react components. Usecases I have found for this is for example using a djedi value as the title or entry in a select dropdown, currently it is fetched but simply coerced into a[object Object]string.