react-ssr-optimization icon indicating copy to clipboard operation
react-ssr-optimization copied to clipboard

React.js server-side rendering optimization with component memoization and templatization

Results 5 react-ssr-optimization issues
Sort by recently updated
recently updated
newest added

Hello Is this repo still maintained? can be used in production?

There is an error for missing reference of following 2 references. const InstantiateReactComponent = require("react-dom/lib/instantiateReactComponent"); const escapeTextContentForBrowser = require("react-dom/lib/escapeTextContentForBrowser"); Is it possible for you guys to update this package for...

Does this project work with React streaming, i.e `renderToNodeStream` ?

When using the cache on a particular component the cache causes the server to return some unexpected behaviour. example: `const MyComponent = (props) => ({props.name})` ``` MyComponent: { templateAttrs: ['name']...

The idea is sound. Is there any up to date alternative to this lib on the market? One that supports React 18