Is it possible to create a demo html page inside the rslib project to quickly view the library comp we are working? #1237
shmdhussain
started this conversation in
General
Replies: 1 comment 1 reply
-
it's not likely that Rslib will support this internally. because it will be very convinent to use Rsbuild to create a React application within the same package or a monorepo. you could run |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Rightnow rslib, emits build file of the react component(for example i am creating a reusuable react comp
<Button>
)when I run
rslib build --watch
it is emitting the dist files. i.e only the<Button>
, but I like to see how the button works with simple html.I know with story book , it is possible.
Is it possible with simple HTML page i can create and use it inside rslib project to see my button comp?
Beta Was this translation helpful? Give feedback.
All reactions