react-prerendered-component icon indicating copy to clipboard operation
react-prerendered-component copied to clipboard

🤔Partial hydration and caching in a pre-suspense era

Results 8 react-prerendered-component issues
Sort by recently updated
recently updated
newest added

I encountered this repo a few times and I never quite grasped what it does. I did an extra effort today, and I _think_ it does this: SSR fragments for...

The first download does not load images (SSR load). Wrapping did not help. ``` ```

Have you ever used your LRU cache with a serverless application? How would you send the LRU from the main application to a render lambda?

You would still need something like `webpack-flush-chunks` to determine which CSS chunks are needed for the initial render correct? Assuming one is using CSS chunks...

Hello, I've been playing around w/ your library and I think it'll work for my use case, aside from not being able to use an outside cache. First I was...

Look like xss is not possible, as long as HTML tags are escaped by React. Only placeholders could be faked, and should be handled only on save/restore operations.

I'm interested in component caching and templatization that this lib claims to offer. However, an extra step seems to be required in order to use it with `next.js`, since `next.js`...

Hello! There is an issue with unpaired curly braces in text before and after cached component: ``` TypeError: Cannot read property 'variables' of undefined at parseTag (/src/node_modules/react-prerendered-component/dist/es5/stream.js:207:136) at Object.exports.process (/src/node_modules/react-prerendered-component/dist/es5/stream.js:237:13)...