Using Rollup With React

Rollup is a module bundler for JavaScript which compiles small pieces of code into something larger and more complex, such as a library or application. More info

Articles & Tutorials

Guide to building a React components library with Rollup and styled-jsx (medium.com)
May 14, 2018
As I was looking for ways to package my components, I found that Rollup was a great tool to get the job done neatly and quickly.
  • Tomek Mularczyk
Rollup v. Webpack v. Parcel (x-team.com)
May 08, 2018
We'll take a close look at Parcel, Rollup, and the newly released webpack 4!
  • Adam Gerard

Libraries

rollup (rollupjs.org)15132
v1.19.4
Aug 07, 2019
Next-generation ES module bundler.
  • Rich Harris
  • Lukas Taegert-Atkinson
  • Guy Bedford