A React component library boilerplate using Rollup, TypeScript, Storybook, and Jest. Version 0.1.17, released April 2023, and not actively maintained. Provides a template for building modern React libraries with bundling to commonjs and es module formats, CSS/SASS support, and complicated peer dependencies like Antd. Differentiates from tsup, tsdx, or microbundle by focusing on Rollup configuration and learning purposes.
npm install lou-rollup-react-libraryNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Shows how to import and use the default exported component from the library in a React app.
Consider alternatives like tsup or tsdx for new projects.
Install antd@4.24.3 exactly with npm install antd@4.24.3.
Ensure project uses React 16.8+ and react-router-dom 5.x.
Run npm install antd@4.24.3 --save-peer or add to package.json.
Install react@>=16.8.0 and react-dom@>=16.8.0.