Integration of React + Webpack + Rails + rails/webpacker including server-side rendering of React, enabling a better developer experience and faster client performance.
As an end user of react_on_rails we ran some checks on external dependencies and noticed the outdated concurrently dependency. After investigating I noticed the concurrently dependency is only used for linting/formatting tasks in package-scripts.yml. Moving it to devDependencies removes an unnecessary dependency for end users.
Summary
As an end user of react_on_rails we ran some checks on external dependencies and noticed the outdated
concurrently
dependency. After investigating I noticed theconcurrently
dependency is only used for linting/formatting tasks in package-scripts.yml. Moving it to devDependencies removes an unnecessary dependency for end users.This change is