How to Publish React Components from any App

Written by eden-ella | Published 2020/06/26
Tech Story Tags: react | reactjs | typescript | front-end-development | frontend | web-development | javascript | components

TLDR This article is outdated. Learn how to build a modular React component library here. In this tutorial, I'll demonstrate how to publish React components from any application to Bit's registry. Components will be published as independent packages that later could be installed using NPM, Yarn or Bit. Bit is a tool, platform, and registry dedicated to publishing independent JS components. The steps to publishing using Bit: Initialize a Bit workspace (in our cloned project) Track our soon-to-be-published components. Build, test and set a version for each package. Publish ("export") all tagged components.via the TL;DR App

no story

Published by HackerNoon on 2020/06/26