Rails 5.01 + Webpack?

So I’m pretty new to Rails, but have decided to jump to using Rails 5.01 + Webpack 2 + React as my stack for a new project.

A google search showed me this: https://twitter.com/dhh/status/808348184481124352?lang=en
Saying that 5.1 will ship with yarn and --webpack.

What is the best practice for integrating Webpack at the moment?
Is it a good idea to drop asset pipeline and manage everything via Yarn + Webpack separately?

This topic was automatically closed 91 days after the last reply. New replies are no longer allowed.