react-component-caching
react-component-caching copied to clipboard
Speedier server-side rendering with component caching in React 16
Hii My console logs: console.log('__tag__', element.type); __tag__ html __tag__ head __tag__ title __tag__ meta __tag__ meta __tag__ link __tag__ meta __tag__ meta __tag__ link __tag__ meta __tag__ meta __tag__ meta...
``` ``` I use the above code, the response time after the cache is increased than the no cache. Give a demo
It would be excellent if RCC had support for react hooks i.e. `useCache()` to cache the computed value for any unique set of properties.
```js { '$$typeof': Symbol(react.element), type: // notice here { '$$typeof': Symbol(react.context), _calculateChangedBits: null, _defaultValue: { color: undefined, size: undefined, className: undefined, style: undefined, attr: undefined }, _currentValue: { color: undefined,...
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']
I thought about making an optional config for this. Basically we can get the style tags after the render and append it to the html string ( Or maybe JSON...
Hey! So I pretty much just did this for Rapscallion and wanna clarify if it needs to be done here. Essentially I cant make individual calls to Memcached, the traffic...