'codefee-kit' - 3 results found...

Starting Codefee-Kit

2020/10/12
thumbnail
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

Rollup Config for React Component Library With TypeScript + SCSS

2021/3/4
thumbnail
This article focuses on the Rollup configs required to build a reusable React Component Library with TypeScript (TS) and SCSS.

Tree-Shaking a React Component Library in Rollup

2021/9/25
thumbnail
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...