Why did you stop using React?

I didn’t like that React components / function knows nothing about what it renders, forcing the developer to repeat itself when the information is already in the render function. I also didn’t like to have to interop with JS libs.

I’m curious about this. Do you have an example to illustrate? Not sure I fully understand.