bestofjs / javascript-risingstars

:stars: An overview of the JavaScript landscape in 2023: trends about frontend, Node.js, fullstack frameworks, build tools, testing, Vue.js, React, state management...
https://risingstars.js.org
1.01k stars 56 forks source link

Storybook uncategorized in 2019 JS Rising Stars #54

Closed shilman closed 3 years ago

shilman commented 4 years ago

Great job with the 2019 rising stars summary -- it looks awesome (I love the integrated bar chart in the background of each category!

I maintain Storybook, which is one of the top projects overall (just below the fold) but since apparently it's in its own category, it's effectively buried.

Would it be possible to include storybook in the testing category, as it was for StateOfJS? I would also be very happy if it was considered in the react/vue/angular ecosystems, since it's the top component workshop (and documentation system!) for all three frameworks. 😄

michaelrambeau commented 4 years ago

Hello Michael @shilman it's good to see you here! Tagging projects is not an easy task, Storybook has the following tags in Best of JavaScript, as you can see here:

image

However, for the Rising Stars project, categories are sometimes a bit different, we filter some projects to avoid some redundancy, but I understand your point of view, Storybook success should be more visible.

I have just fixed the Testing category, now Storybook is included and visible at position number 2.

image

Could you have a look? Could you provide one or 2 lines of text to describe the main changes about Storybook in 2019, in order to update the comments related to the testing category? Thank you for your understanding!

shilman commented 4 years ago

Hey @michaelrambeau I completely understand and thanks so much for the quick response. I contributed to the first StateOfJS -- it's amazing (and wonderful) to see how far it's all come in the past few years!!

How does this sound for a blurb?

Storybook is a UI component workshop that provides development, testing, documentation, and a rich addon ecosystem. In 2019 it upgraded to an example format that can be directly imported in Jest and other testing tools.

(Lots of stuff happened in 2019, but that's probably the biggest testing-related change)

michaelrambeau commented 4 years ago

Thank you for the burb @shilman it's online!

Speaking of growth, the amazing thing is the success of Storybook and how its scope expanded.

By the way, I'm thinking about a specific tag to find easily projects similar to Storybook (projects that share the concept of visual testing playground for components).

The category would also include:

Does it make sense to you, how would you name such a category: "Component Playground" for example?