rookLab / react-component-caching

Speedier server-side rendering with component caching in React 16
388 stars 26 forks source link

Support object for templating #52

Open dtuyenle opened 5 years ago

dtuyenle commented 5 years ago

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']