|
|
|
Show HN: Stylemapper – A better way to style React components
(slicknode.com)
|
|
6 points
by ivome
1401 days ago
|
|
I have never been 100% happy with the way React applications were styled, and I tried lots of options. Recently I started using TailwindCSS, which is great, but there were still a few things I didn't like:
- It's ugly with CSS classnames all over your component code
- There is lots of boilerplate for custom components, especially if you are using Typescript and variants
So I wrote a little utility that takes care of all the reservations I had. I would love to hear your feedback! |
|