Does SSL certificate work on reactjs re-render?

31 Views Asked by At

In react web application we update UI based on state.

How SSL encryption work when we change the UI.

Codes encrypted by SSL when it comes from the server.

But how it works when we are directly manipulate the UI using reactjs.

0

There are 0 best solutions below