Commit 0e047ee
authored
docs: fix SSR section framing in React integration guide (#1688)
## Summary
- Reframes the SSR section to clarify that the benefit of `dynamic(...,
{ ssr: false })` is keeping HyperFormula out of the **initial JS bundle
sent to the browser**, not skipping the server-side render itself (which
is already a non-issue since `useEffect` never runs on the server).
## Test Plan
- [ ] Review the updated wording in
`docs/guide/integration-with-react.md`
<!-- CURSOR_SUMMARY -->
---
> [!NOTE]
> **Low Risk**
> Documentation-only wording change with no runtime or API impact.
>
> **Overview**
> Updates one sentence in the React integration guide’s SSR section so
it no longer suggests `dynamic(..., { ssr: false })` is mainly about
avoiding server render. The text now states the goal is keeping
**HyperFormula out of the initial JS bundle sent to the browser** (still
noting the library is a few hundred kB), which matches the earlier point
that `useEffect` already makes the pattern SSR-safe.
>
> <sup>Reviewed by [Cursor Bugbot](https://cursor.com/bugbot) for commit
46d1d61. Bugbot is set up for automated
code reviews on this repo. Configure
[here](https://www.cursor.com/dashboard/bugbot).</sup>
<!-- /CURSOR_SUMMARY -->1 parent 00e5c73 commit 0e047ee
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
75 | 75 | | |
76 | 76 | | |
77 | 77 | | |
78 | | - | |
| 78 | + | |
79 | 79 | | |
80 | 80 | | |
81 | 81 | | |
| |||
0 commit comments