You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Sometimes it's very annoying to test changes made to UI because on a dev server you have to manually copy the login link to look at pretty much anything. Also the you have to relogin on each deploy preview.
We can use something like https://storybook.js.org/ to look at the UI of components in isolation. This also encourages best practices because each "story" has to be created in isolation (props only).
Storybook is very popular and used in enterprise with 7.5 million downloads/month.
The text was updated successfully, but these errors were encountered:
Sometimes it's very annoying to test changes made to UI because on a dev server you have to manually copy the login link to look at pretty much anything. Also the you have to relogin on each deploy preview.
We can use something like https://storybook.js.org/ to look at the UI of components in isolation. This also encourages best practices because each "story" has to be created in isolation (props only).
Storybook is very popular and used in enterprise with 7.5 million downloads/month.
The text was updated successfully, but these errors were encountered: