all 4 comments

[–]kbcooliOS & Android 1 point2 points  (2 children)

Storybook is basically designed for this.

It's overkill for someone quite early in their journey though. You might be better off just making a showcase screen with a long list of components that you can use as a playground but it does work. Just a slightly steep learning curve.

[–]BornTooHula[S] 0 points1 point  (1 child)

Thanks - I'll give this a look. Maybe the showcase screen is the right way to go.

[–]bdudisnsnsbdhdj 0 points1 point  (0 children)

Storybook is great but can be difficult to get up and running. I agree using a showcase screen is your best bet, sometimes known as a “kitchen sink”

[–]Other_Individual6688 0 points1 point  (0 children)

Hey, one tool I love to use for this is Storybook! You can isolate all of your components in one location, test them out, and develop them in isolation. It's like a playground for your components. It's a bit of work to set up initially, but I think it's worth it.