react-component-caching
react-component-caching copied to clipboard
Support object for templating
Just a thought. Is it possible we do {{result.user.name}}
We use this string and get the path using split('.')
We have access to props
props['result']['user']['name']