Design System Hub participates to the Hacktoberfest 2024! 🎉 #90
friedrith
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
The Hacktoberfest is an opportunity to boost the impact of DesignSystemHub.
Concept
If you just discovered DesignSystemHub, there are 2 pages that can help you understand the concept:
Scope of Hacktoberfest
DesignSystemHub is a great, young but large and ambitious project and since Hacktoberfest is very short, it has been decided to focus the effort on one small sub-project for Hacktoberfest: the React component detector, node-react-parser.
This parser aims to detect all the react components in the code. This tool is really important for DesignSystemHub because it will help achieve the goal of a zero-config tool, which is the opposite of a storybook where you need to write story files.
The first version has already been implemented and works very well. It is embedded in the node-cli. But the new version of the parser with more tests is in preparation in the folder packages/node-react-parser.
How to contribute
The goal for you is to increase the coverage of this new parser by:
all-use-cases
or full react projects directly in the fixture folder. If you don't have ideas, don't worry some use cases are already added and just require implementation, you can search for the expressionTODO [Hacktoberfest]
in the repository.hacktoberfest-accepted
Beta Was this translation helpful? Give feedback.
All reactions