ozhanefemeral / visual-ts

Generate React & TypeScript code visually.
https://visual-ts.vercel.app
11 stars 2 forks source link

Create a shared React component subpackage #19

Open ozhanefemeral opened 3 months ago

ozhanefemeral commented 3 months ago

We need to migrate to a shared component package instead of developing components/hooks in the Next.js app. This way, we can use these pieces across any React environment, SPA, Remix or {insert technology}

The new package, @visual-ts/react-components, will contain the reusable components and hooks currently used in our Next.js app (and the ones we will create in the future 😄 ) Checklist:

Rajiv620019 commented 3 months ago

Can I work on this?

Rajiv620019 commented 3 months ago

Hey, I'm trying to setup the project locally, but looks like I'm missing some entrypoints while running bun build what exactly should I add?

ozhanefemeral commented 3 months ago

Hi, sure. bun run build should work fine. Updated the README

ozhanefemeral commented 3 months ago

Hey @Rajiv620019

Any progress on this one?