What is the best React framework for client side rendering? [closed]

I am starting a new React project that is required to render in the client, not the server. React’s website no longer shows how to create a client React app and only recommends frameworks that render on the server. So if I don’t need server side rendering, what React framework should I use?

This project requires WebGL which is only in the client.