If you have the luxury of starting a new Rails app today, here’s our recommendation: go vanilla. • Fight hard before adding Ruby dependencies. Keep that Gemile that Rails generates as close to the original one as possible. • Fight even harder before adding Javascript dependencies. You don’t need React or any other front-end frameworks,...