You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, I am using atomize in one of my soon to be released project. I loved the concept how atomize works.
But I feel the documentation needs more work. Also there aren't any release changelog in github.
It would be good to have a changelog so that I can keep track with version updates.
Also any plan of moving the examples to functional components and introducing more hooks?
Also I had some confusions, Can I use styled-components with atomize if I want to? Or is styled-components actually needed? Or I can achieve almost everything without it?
Also, you designed to pass every possible styles through props, is there any special reason about this? As many developers might not like the idea of passing props for every styling, the reason we use styled-components. What are the benefits of using this pattern?
I would like to discuss more about it. These were my primary feedback.
Thank you 😄
The text was updated successfully, but these errors were encountered:
Hi @raikusy, I've been using this library for a while, you indeed can use styled-components and props styles simultaneously. If styles props are a problem you could create a separate .js file with the props as example
Hello, I am using atomize in one of my soon to be released project. I loved the concept how atomize works.
But I feel the documentation needs more work. Also there aren't any release changelog in github.
It would be good to have a changelog so that I can keep track with version updates.
Also any plan of moving the examples to functional components and introducing more hooks?
Also I had some confusions, Can I use styled-components with atomize if I want to? Or is styled-components actually needed? Or I can achieve almost everything without it?
Also, you designed to pass every possible styles through props, is there any special reason about this? As many developers might not like the idea of passing props for every styling, the reason we use styled-components. What are the benefits of using this pattern?
I would like to discuss more about it. These were my primary feedback.
Thank you 😄
The text was updated successfully, but these errors were encountered: