DEV Community

JLi
JLi

Posted on

Hacktoberfest PR 2

Over the Hacktoberfest I had been slowly working on finding issues and completing some PRs from the open source community. Similar to my first PR I did I found another fairly simple typescript issue to help contribute to for the toynet-react repo. This issue was a pretty simple one, I just needed to fix the header of a component to be the proper sizing. While working on this one I got the chance to learn about the component library chakra. Chakra is a really cool component library for React applications that provides a whole bunch of building block components to easily make a React application. It makes creating different components really easy and looks very clean as well. There are a bunch of easy to use customizations for each component and seems pretty flexible as well. This library is definitely something I wanna remember to try out when I am working with React. So thanks to chakra my solution was very simple, I just needed to use chakra's Heading component to fix the header for the component. You can checkout the PR here.

Top comments (0)