1 | # Storybook Core
|
2 |
|
3 | This package contains common data structures and bootstrapping capabilities used among the different frameworks (React, RN, Vue, Ember, Angular, etc).
|
4 |
|
5 | It is a proxy package (for backwards compatibility) that is implemented by
|
6 |
|
7 | - `@storybook/core-client` - common code that runs in the browser
|
8 | - `@storybook/core-server` - common code that runs in node (dev server, etc.)
|