Skip to content

Commit 005db3a

Browse files
committed
update readme
1 parent d463f65 commit 005db3a

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -407,9 +407,11 @@ In short (streamed example is NOT short)
407407
const usedStyles = getUsedStyles(markup, lookup);
408408
```
409409

410-
If you need `streamed` example with __reduced TTFB__ -
410+
If you need _stream render_ example with __reduced TTFB__, or critical style extraction -
411411
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).
412412

413+
> everything is possible
414+
413415
## Timeout to display "spinners"
414416
There is no build in timeouts to display Error or Loading states. You could control everything by yourself
415417
- use react-delay, p-delay, p-timeout, or `Suspense` :P.

0 commit comments

Comments
 (0)