How do you guys experiment on components design? Is there a preview window or something?
for now I change my Main to execute my component and keep working on it until i'm done, then I revert the main change to the usual layout
a
Akif Abasov [JB]
10/18/2021, 9:12 AM
I recommend you to create second “UI Sandbox” app, which has simple navigation across different components with mocked data source. It will help to change previously designed components either, not just to create new ones.
Akif Abasov [JB]
10/18/2021, 9:13 AM
I believe there’s way to use something like this https://storybook.js.org/ for that. It’s used for same purposes in JS web development.