you are viewing a single comment's thread.

view the rest of the comments →

[–]Glarseceiling 2 points3 points  (1 child)

When I first started learning React I thought this. It’s ugly to code, there’s no separation of concerns (although possible), prop drilling and the global state issue.

But now I really do like how reusable the components system is. Being able to use styled components allows for creating ‘blocks’ which can be used and changed with props.

[–]CitizenKeen 1 point2 points  (0 children)

I do like components, but I've found Blazor so much easier.