React Ssr Prepass Versions Save

A custom partial React SSR renderer for prefetching and suspense

v1.0.7

4 years ago
  • Fix syntax error in Flow definition, by @rtsao (See #16)
  • Replace microbundle bundling with custom rollup config (See c7d18a3)

v1.0.6

4 years ago
  • Fix bug where memo components wrapping forwardRef components would error

This bug can occur with any special component wrapped by memo, so the same applies for lazy and other special components.

v1.0.5

5 years ago
  • Fix issue where two event loop "yields" in a row would break
  • Fix styled-components skipping to properly compute theme and props
  • Fix visitor not being called for forwardRef or memo elements

v1.0.3

5 years ago

This release contains a minor improvement to react-ssr-prepass' performance. It'll now yield to the event loop during its synchronous visitor when it's taking longer than 5ms. This prevents the event loop from being clogged up and the server becoming more unresponsive as a result.