Skip to content

Instantly share code, notes, and snippets.

@noelrappin
Last active February 26, 2021 06:08
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save noelrappin/524e14b58effeef47731d881a6925114 to your computer and use it in GitHub Desktop.
Save noelrappin/524e14b58effeef47731d881a6925114 to your computer and use it in GitHub Desktop.

Webpacker

What Is Webpacker?

How is Webpacker Different from Sprockets?

Installing Webpacker

Integrating Frameworks with Webpacker

Using Webpacker for JavaScript

Where to Place Files

Linking Files

Babel and TypeScript

Using Webpacker for CSS

Using Webpacker for Static Assets

Webpacker in Rails Engines

Running Webpacker in Development

Webpacker in Production

Deploying Webpacker

Webpacker and Docker

Extending and Customizing Webpacker

Troubleshooting Common Problems

Upgrading Webpacker

@codergeek121
Copy link

If you need any help, I also have some spare time to help collaborating on this guide. Like you said on https://discuss.rubyonrails.org, maybe it's best if you'd make a repository out of this guideline and if you want we can collaborate there.

I started to write my ideas down here:
https://github.com/codergeek121/rails/blob/webpacker-guides/guides/source/webpacker_overview.md

❓What do you mean by “Linking files”?

I think @noelrappin means requiring and importing other files with webpack here?

One goal I hope for the guide would be to help developers form a proper mental model of Webpacker and webpack and how it all fits together with Rails. I’m not sure that warrants an explicit section but perhaps it is a theme that threads throughout the guide.

I think so too, maybe one or two sentences on the decision on why Sprockets and Webpacker helps a lot against some confusion about the topic.

@fylooi
Copy link

fylooi commented May 14, 2020

Perhaps for beginners - How to find / install / use a common JS frontend library from Yarn

@MaxLap
Copy link

MaxLap commented May 14, 2020

When writting a simple app with no complex frontend, just some jquery and some plugins for it, I find it hard to figure out how to make things work. Making it so that a <script type="javascript"> in a view (so not in the webpack context) can work and use jquery and the plugins is not obvious at all.

In my mind, this is the simple, basic, initial use case of rails. But with Rails 6 (webpacker), it is no longer trivial to do. I think the guide should explain how to do that too.

@noelrappin
Copy link
Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment