Skip to content

Commit

Permalink
feat: docs
Browse files Browse the repository at this point in the history
- updated docs with suspense api
  • Loading branch information
denchiklut committed Jan 22, 2024
1 parent 3c2f692 commit 364b6dd
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,13 @@ If you are looking for **renderToPipeableStream** setup switch to the [feat/pipa
- [x] `Polyfills`
- [x] `PWA`
- [x] local `https`
- [x] `PipeableStream` support

### SSR Suspense

- If you want to try React 18's SSR Suspense api such as `renderToPipeableStream`, switch to the [feat/pipable-stream](https://github.com/denchiklut/ssr-boilerplate/tree/feat/pipable-stream) branch.
- Also, there is en example for setting up suspense api with CSS-in-JS library in our case [MUI](https://github.com/denchiklut/ssr-boilerplate/tree/feat/suspense-mui) just switch to the [feat/suspense-mui](https://github.com/denchiklut/ssr-boilerplate/tree/feat/suspense-mui) branch.
- I also wrote a small article about `SSR with React 18`. For those interested in further information, feel free to check my [post on medium](https://medium.com/@ollylut/ssr-with-react-18-c8961d764a94)

## Startup project

Expand Down

0 comments on commit 364b6dd

Please sign in to comment.