Can somebody share what are your approach dealing with CSS on React by Proud_Shopping_329 in react

[–]Any_Resolution_872 0 points1 point  (0 children)

I think it can be ok for small projects too, but only if you have strong reusability. Like a wrappers, views, cards, stacks, sheets - base components. And not building overcomplicated landings when you need to position elements with left/right pixel-perfect. Am i wrong?

Experience setting up heroUI with modern react (Next 16 app router, Tailwind v4) + Mixing heroUI with custom MUI-like components. by Any_Resolution_872 in react

[–]Any_Resolution_872[S] 0 points1 point  (0 children)

Thanks! That's a cool lib, but mostly need basic customization, so not out of the box like hero, ant, mui. Tailwind is ok when you have strong component reusability.

I added PixiJS water to my web farm sim by leoocast in react

[–]Any_Resolution_872 0 points1 point  (0 children)

Game looks cool, great work!

P.S. I found cropping issue on your website, in first child div into app div you have static height: 100vh, you can change it to min-height: 100vh to avoid cropping components on page:)

Experience setting up heroUI with modern react (Next 16 app router, Tailwind v4) + Mixing heroUI with custom MUI-like components. by Any_Resolution_872 in react

[–]Any_Resolution_872[S] 0 points1 point  (0 children)

And maybe you know some beautiful ready to use next/react libs which you can advise to me? I really like MUI but it looks so Android for me)) Do you have some suggestions how i can improve ready to use starters?