1. React
  2. dotJS
  3. 2018
  4. Revisiting Node modules

Revisiting Node modules

See how you can entirely avoid the node_modules hell.

Maël Nison at dotJS 2018

Yarn recently unveiled a new exciting work based on an alternative installation strategy: Plug'n'Play. By using it, one can avoid entirely the node_modules hell. Maël discusses why we should do that, and how.