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
In the Node.js/JS ecosystem, PascalCase files conventionally signal React components or classes, not utility/config modules. ServerClientOrBoth.js is a webpack config orchestrator — the same category as its camelCase siblings.
History: The name ServerClientOrBoth.js was established in the react_on_rails_demo_ssr_hmr repo in Jan 2022 (PR #29) and adopted in react_on_rails_pro/spec/dummy. PR #2284 aligns the base generator with this convention, replacing the previous generateWebpackConfigs.js.
Not urgent or blocking. Just flagging the inconsistency for future consideration. Renaming would require updating references in generator templates, gsub transform paths, test fixtures, and the demo app.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
The webpack config directory has an inconsistent naming convention:
In the Node.js/JS ecosystem, PascalCase files conventionally signal React components or classes, not utility/config modules.
ServerClientOrBoth.jsis a webpack config orchestrator — the same category as its camelCase siblings.History: The name
ServerClientOrBoth.jswas established in thereact_on_rails_demo_ssr_hmrrepo in Jan 2022 (PR #29) and adopted inreact_on_rails_pro/spec/dummy. PR #2284 aligns the base generator with this convention, replacing the previousgenerateWebpackConfigs.js.Not urgent or blocking. Just flagging the inconsistency for future consideration. Renaming would require updating references in generator templates, gsub transform paths, test fixtures, and the demo app.
Found during PR #2284 code review.
Beta Was this translation helpful? Give feedback.
All reactions