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
- Fixed ASCII box borders to be straight
- Changed "When You Need Pro" to bulleted list format
- Changed "Node Renderer Pool" to "Proper Node Renderer" in comparison table
- Fixed cached_react_component examples to use block syntax (not props: ->)
- Updated FAQ: developers in an org can share the same license
- Added "Early hydration" to Pro features list
- Updated Node Renderer FAQ: "optional but recommended"
- Clarified ExecJS is for "apps that do not require advanced performance features"
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <[email protected]>
<%= cached_react_component("ExpensiveComponent", cache_key: [@user, @post]) do
155
+
expensive_calculation
156
+
end %>
153
157
```
154
158
155
159
**Benefits:**
@@ -466,7 +470,7 @@ A: Yes, but it's FREE! Register at [shakacode.com/react-on-rails-pro](https://sh
466
470
467
471
**Q: Can multiple developers share one license?**
468
472
469
-
A:Each developer should get their own FREE license for development. ForCI/CD, you can share one license via environment variable. [See team setup →](./LICENSE_SETUP.md#team-setup)
473
+
A: Yes! All developers in an organization can share the same license. You can use a shared license via environment variable or configuration file. [See team setup →](./LICENSE_SETUP.md#team-setup)
470
474
471
475
**Q: What happens when my free license expires?**
472
476
@@ -487,22 +491,23 @@ A: Pricing is customized based on your needs. Contact [[email protected]](mai
487
491
A: Pro adds performance features on top of the open-source gem:
488
492
489
493
- Advanced caching (fragment + prerender)
490
-
- Node.js rendering pool
494
+
-Proper Node.js rendering pool
491
495
- React Server Components
492
496
- Streaming SSR
497
+
- Early hydration
493
498
- Code splitting with SSR support
494
499
495
500
[See full comparison →](#pro-vs-open-source)
496
501
497
502
**Q: Do I need the Node Renderer?**
498
503
499
-
A: No, it's optional. TheNodeRenderer provides the best performance for high-traffic sites and is required for:
504
+
A: No, it's optional but recommended. The Node Renderer provides the best performance for high-traffic sites and is required for:
500
505
501
506
- Loadable-components with SSR
502
507
- React Server Components
503
508
- Streaming SSR
504
509
505
-
Forsimpler apps, ExecJS (the default) works fine.
510
+
For apps that do not require advanced performance features, ExecJS (the default) works fine.
506
511
507
512
**Q: Is React on Rails Pro compatible with my React version?**
0 commit comments