Commit a9b94af
committed
Update client startup behavior and configuration settings
- Modified the client startup process to use a setTimeout for improved execution timing.
- Enabled auto-loading of bundles in the React on Rails initializer and added an option for immediate hydration.
These changes enhance the initialization process and improve the overall performance of the application.1 parent bbf20bf commit a9b94af
File tree
2 files changed
+5
-2
lines changed- packages/react-on-rails/src
- spec/dummy/config/initializers
2 files changed
+5
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
194 | 194 | | |
195 | 195 | | |
196 | 196 | | |
197 | | - | |
| 197 | + | |
| 198 | + | |
| 199 | + | |
198 | 200 | | |
199 | 201 | | |
200 | 202 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
40 | 40 | | |
41 | 41 | | |
42 | 42 | | |
43 | | - | |
| 43 | + | |
| 44 | + | |
44 | 45 | | |
45 | 46 | | |
0 commit comments