Checkout React CDK (Component Development Kit)

Hi,

Recently, we’ve started to create a lot of React projects and we are trying to create re-usuable component for an in-house app.

So, we needed to a fast and easy way to create those components and publish to NPM. But, we want them to very simple to use and remove the build/setup tools maintenance from the developer who uses it.

That’s the born of React CDK. It’s a pretty simple way to start a React component library and maintain it. It also setup for React Storybook so, you have a live development environment to play with.

Read the announcement: Say Hello to React CDK

7 Likes