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
Document immediate_hydration as Pro-only in react_on_rails_pro.rb
Per code review feedback, immediate_hydration should be configured in the
Pro initializer, not the base initializer:
1. Updated base initializer template to include Pro features section
- Documents that immediate_hydration requires Pro
- Directs users to configure in react_on_rails_pro.rb
- Provides link to Pro information
2. Updated docs/api-reference/configuration.md
- Removed immediate_hydration from base config example
- Added Pro features section with clear example
- Shows proper usage in ReactOnRailsPro.configure block
This ensures users understand immediate_hydration is Pro-only and know
where to configure it properly.
0 commit comments