Replies: 3 comments 6 replies
-
I used to use the server to select stories using a VSCode extension. In theory, it was supposed to be better than searching and selecting stories from the in-app UI but in practice, starting the server was always a pain. |
Beta Was this translation helpful? Give feedback.
-
I'm using the server to control what the stories show on the device. I find the ondevice UI very slow and awkward to use. changing knobs and looking at actions is waaaaaaaay easier and faster with the server. |
Beta Was this translation helpful? Give feedback.
-
Hi ! I'm using storybook server during development as a TDD visual tool and i would love to be able to change stories on both emulators/devices at the same time with web interface. Right now it's pretty painful i have to change everything two times :
|
Beta Was this translation helpful? Give feedback.
-
I'm considering replacing react native storybook server with a different solution and I'm curious what current users are using it for and how I could include that in the new solution.
Currently the server causes a lot of confusion and it can be quite buggy. It also is completely coupled with the ondevice UI and can't be used on its own.
I want to create a react-native-web storybook with all the web storybook addons and some of the features from the server. It would work on its own by rendering react-native-web previews where possible and could be deployed on the web.
Then perhaps via addons you could also have control over ondevice storybook similar to the server currently.
Currently this is in the ideas phase and nothing has been implemented yet. Please give your opinions on this, all feedback is welcome.
Beta Was this translation helpful? Give feedback.
All reactions