Skip to content

Commit f91cc0e

Browse files
authored
Update README.md
1 parent 3aa1797 commit f91cc0e

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -254,7 +254,12 @@ React-imported-component break this cycle, making ServerSide rendering sync, and
254254
comprehensive ways to rehydrate rendered tree on client.
255255
It will detect server-side environment and precache all used components.
256256

257-
#### Full-cream SSR-to-Client
257+
#### Bundler independent SSR
258+
It does not matter how do you bundle your application - it could be even browser. The secrect sause is a __cli__ command, to extract all your imports into imports map, and use it later to load chunks by request.
259+
- You might even dont have any separated chunk on the server side - it would still works.
260+
- You might even ship module/nomodule scripts, using, for example, [devolution](https://github.com/theKashey/devolution) - no additional configuration would be required.
261+
262+
#### Setup SSR
258263

259264
To enable SSR follow these steps.
260265
1. Add babel plugin

0 commit comments

Comments
 (0)