You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -407,9 +407,11 @@ In short (streamed example is NOT short)
407
407
constusedStyles=getUsedStyles(markup, lookup);
408
408
```
409
409
410
-
If you need `streamed`example with __reduced TTFB__ -
410
+
If you need _stream render_example with __reduced TTFB__, or critical style extraction -
411
411
please refer to [used-styles](https://github.com/theKashey/used-styles) documentation, or our [parcel-bundler stream server example](https://github.com/theKashey/react-imported-component/tree/master/examples/SSR/parcel-react-ssr/stream-server).
412
412
413
+
> everything is possible
414
+
413
415
## Timeout to display "spinners"
414
416
There is no build in timeouts to display Error or Loading states. You could control everything by yourself
415
417
- use react-delay, p-delay, p-timeout, or `Suspense`:P.
0 commit comments