This article explains some pointers on how to achieve proper Tree Shake for a React Component Library bundled with Rollup. In fact, it is applicable to any other libraries in Node. The secret lies in sideEffects…
This article focuses on the Rollup configs required to build a reusable React Component Library with TypeScript (TS) and SCSS.
Kicking off my exciting React Component Library project, Codefee-Kit. A simple UI kit for building React projects. Mainly to deep dive into design systems and web frontend core technologies