CARVIEW |
Select Language
HTTP/2 200
date: Mon, 21 Jul 2025 19:55:33 GMT
content-type: text/html; charset=utf-8
vary: X-PJAX, X-PJAX-Container, Turbo-Visit, Turbo-Frame, X-Requested-With,Accept-Encoding, Accept, X-Requested-With
x-robots-tag: none
etag: W/"d10565a1d7a4550a6a73ac95ebd3a0f5"
cache-control: max-age=0, private, must-revalidate
strict-transport-security: max-age=31536000; includeSubdomains; preload
x-frame-options: deny
x-content-type-options: nosniff
x-xss-protection: 0
referrer-policy: no-referrer-when-downgrade
content-security-policy: default-src 'none'; base-uri 'self'; child-src github.githubassets.com github.com/assets-cdn/worker/ github.com/assets/ gist.github.com/assets-cdn/worker/; connect-src 'self' uploads.github.com www.githubstatus.com collector.github.com raw.githubusercontent.com api.github.com github-cloud.s3.amazonaws.com github-production-repository-file-5c1aeb.s3.amazonaws.com github-production-upload-manifest-file-7fdce7.s3.amazonaws.com github-production-user-asset-6210df.s3.amazonaws.com *.rel.tunnels.api.visualstudio.com wss://*.rel.tunnels.api.visualstudio.com objects-origin.githubusercontent.com copilot-proxy.githubusercontent.com proxy.individual.githubcopilot.com proxy.business.githubcopilot.com proxy.enterprise.githubcopilot.com *.actions.githubusercontent.com wss://*.actions.githubusercontent.com productionresultssa0.blob.core.windows.net/ productionresultssa1.blob.core.windows.net/ productionresultssa2.blob.core.windows.net/ productionresultssa3.blob.core.windows.net/ productionresultssa4.blob.core.windows.net/ productionresultssa5.blob.core.windows.net/ productionresultssa6.blob.core.windows.net/ productionresultssa7.blob.core.windows.net/ productionresultssa8.blob.core.windows.net/ productionresultssa9.blob.core.windows.net/ productionresultssa10.blob.core.windows.net/ productionresultssa11.blob.core.windows.net/ productionresultssa12.blob.core.windows.net/ productionresultssa13.blob.core.windows.net/ productionresultssa14.blob.core.windows.net/ productionresultssa15.blob.core.windows.net/ productionresultssa16.blob.core.windows.net/ productionresultssa17.blob.core.windows.net/ productionresultssa18.blob.core.windows.net/ productionresultssa19.blob.core.windows.net/ github-production-repository-image-32fea6.s3.amazonaws.com github-production-release-asset-2e65be.s3.amazonaws.com insights.github.com wss://alive.github.com api.githubcopilot.com api.individual.githubcopilot.com api.business.githubcopilot.com api.enterprise.githubcopilot.com; font-src github.githubassets.com; form-action 'self' github.com gist.github.com copilot-workspace.githubnext.com objects-origin.githubusercontent.com; frame-ancestors 'none'; frame-src viewscreen.githubusercontent.com notebooks.githubusercontent.com; img-src 'self' data: blob: github.githubassets.com media.githubusercontent.com camo.githubusercontent.com identicons.github.com avatars.githubusercontent.com private-avatars.githubusercontent.com github-cloud.s3.amazonaws.com objects.githubusercontent.com release-assets.githubusercontent.com secured-user-images.githubusercontent.com/ user-images.githubusercontent.com/ private-user-images.githubusercontent.com opengraph.githubassets.com copilotprodattachments.blob.core.windows.net/github-production-copilot-attachments/ github-production-user-asset-6210df.s3.amazonaws.com customer-stories-feed.github.com spotlights-feed.github.com objects-origin.githubusercontent.com *.githubusercontent.com; manifest-src 'self'; media-src github.com user-images.githubusercontent.com/ secured-user-images.githubusercontent.com/ private-user-images.githubusercontent.com github-production-user-asset-6210df.s3.amazonaws.com gist.github.com; script-src github.githubassets.com; style-src 'unsafe-inline' github.githubassets.com; upgrade-insecure-requests; worker-src github.githubassets.com github.com/assets-cdn/worker/ github.com/assets/ gist.github.com/assets-cdn/worker/
server: github.com
content-encoding: gzip
accept-ranges: bytes
set-cookie: _gh_sess=aGeZip4lKbyDSI2feSRINj5ZjvdTITDSxcZvFxb5oZOlMzqr1dfXm4cjSFa1Z2YKh8LZhWtcqqzhdvORw6g0qjX8GOT9J2XppeMfX7CQJ9RmW1goYAzTpe6Vj43VDCiwip0Rw5GqMQ1%2F01r6W9hM7iAilqsfoF0kHn%2BRL9xsapQDOkcRKGGfVBDPdsMvz3MIp4W1lmxXG2Q11dvSUU1WlvHYa8JckxWh09M8dNM2pMv96o0Hmm88mHTr0JfvKZzi83sizbCopqP%2FB7ZnE1z2DA%3D%3D--EiB1M1vkFEBJLiF5--32oLfS4407qV3Hk%2B7%2FP7SQ%3D%3D; Path=/; HttpOnly; Secure; SameSite=Lax
set-cookie: _octo=GH1.1.423497732.1753127733; Path=/; Domain=github.com; Expires=Tue, 21 Jul 2026 19:55:33 GMT; Secure; SameSite=Lax
set-cookie: logged_in=no; Path=/; Domain=github.com; Expires=Tue, 21 Jul 2026 19:55:33 GMT; HttpOnly; Secure; SameSite=Lax
x-github-request-id: CB36:ECC08:2CBF6E:36019F:687E9B35
Choosing Sprockets or Webpacker · reactjs/react-rails Wiki · GitHub
Skip to content
Navigation Menu
{{ message }}
-
Notifications
You must be signed in to change notification settings - Fork 753
Choosing Sprockets or Webpacker
Greg Myers edited this page Nov 6, 2017
·
2 revisions
Based on discussion in #813
Below are some simplified discussion points about Sprockets VS Webpacker.
In general I believe the community is moving towards Webpacker over time, especially for larger apps and teams. It's easily possible however to have only JS in Webpacker and CSS+Images in Sprockets with no issue. I'd not recommend having components split between Sprockets and Webpacker if any component one one side references one on the other.
- If I have a simple rails app
- If I have a large legacy app that will cost much to migrate
- I want to make use of gems that require sprockets
- If I need to modify my build process
- If I need to use node packages that are not common enough to be 'gemified' or simple enough to be included as vendored JS
- If I need to use node packages
- If I want to build Single Page Apps
- If I would prefer to modify my asset build process in the same language I build it
- If I have assets outside of Rails
- If I want the latest ES6 or Babel features
- If I have a simple rails app that does not need advanced JS features
- If I am a backend developer with limited knowledge of JS ecosystem
Both Sprockets and Webpacker will:
- minify and digest(fingerprint) assets when building for production.
- compile the assets in packs(webpack) or the named assets(sprockets) into large bundles for production.
- incrementally rebuild files in dev as you change them.
You can’t perform that action at this time.